type

Attribute Information

Used By

Element Dimension

Source

<xs:attribute name="type" use="required">
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="width"/>
      <xs:enumeration value="height"/>
      <xs:enumeration value="length"/>
      <xs:enumeration value="volume"/>
      <xs:enumeration value="weight"/>
      <xs:enumeration value="grossVolume"/>
      <xs:enumeration value="grossWeight"/>
      <xs:enumeration value="stackHeight"/>
      <xs:enumeration value="unitNetWeight"/>
      <xs:enumeration value="unitGrossWeight"/>
    </xs:restriction>
  </xs:simpleType>
</xs:attribute>

Sample