itcodes:MeasureUnitCodeSimpleType

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

Definition

A data type representing the type measure unit whether area, volume etc..

Diagram

Enumerations

ValueDefinition
AreaArea
QuantityQuantity
VolumeVolume
WeightWeight

XML Schema

<xs:simpleType name="MeasureUnitCodeSimpleType">
<xs:annotation>
<xs:documentation>
A data type representing the type measure unit whether area, volume etc..
</xs:documentation>
</xs:annotation>
<xs:enumeration value="Area">
<xs:annotation>
<xs:documentation>
Area
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Quantity">
<xs:annotation>
<xs:documentation>
Quantity
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Volume">
<xs:annotation>
<xs:documentation>
Volume
</xs:documentation>
</xs:annotation>
</xs:enumeration>
<xs:enumeration value="Weight">
<xs:annotation>
<xs:documentation>
Weight
</xs:documentation>
</xs:annotation>
</xs:enumeration>
</xs:restriction>
</xs:simpleType>