itcodes:ApportionmentQualifierCategoryCodeSimpleType

simpleType ApportionmentQualifierCategoryCodeSimpleType in namespace http://release.niem.gov/niem/codes/it_codes/5.0/

Definition

A data type for the different categories of an apportioned conveyance.

Diagram

Enumerations

ValueDefinition
aa = by weight
bb = by value

XML Schema

<xs:simpleType name="ApportionmentQualifierCategoryCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type for the different categories of an apportioned conveyance.
</xs:documentation>
</xs:annotation>
<xs:enumeration value="a">
<xs:annotation>
<xs:documentation>
a = by weight
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="b">
<xs:annotation>
<xs:documentation>
b = by value
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>