WeightUnitCodeType

Used in conjunction with the value to provide a maximum value for a
size Kb = KiloBytes Mb = MegaBytes

Simple Type Information

Used By

Source

<xs:simpleType name="WeightUnitCodeType">
  <xs:annotation>
    <xs:documentation>Used in conjunction with the value to provide a maximum value for a size Kb = KiloBytes Mb = MegaBytes</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="Gb"/>
    <xs:enumeration value="Kb"/>
    <xs:enumeration value="Mb"/>
  </xs:restriction>
</xs:simpleType>