itcodes:ProcessingEstablishmentIDCodeSimpleType
simpleType ProcessingEstablishmentIDCodeSimpleType in namespace http://release.niem.gov/niem/codes/it_codes/4.0/
Definition
A data type for a the identification code specifying the slaughtering, freezing, or other processing establishment.
Diagram
Enumerations
Value | Definition |
DUNS | DUNS |
EAN | EAN |
XML Schema
<xs:simpleType name="ProcessingEstablishmentIDCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for a the identification code specifying the slaughtering, freezing, or other processing establishment.</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:token">
<xs:enumeration value="DUNS">
<xs:annotation>
<xs:documentation>
DUNS</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="EAN">
<xs:annotation>
<xs:documentation>
EAN</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>