Used in conjunction with the value to provide a maximum value for a size Kb = KiloBytes Mb = MegaBytes |
Attribute | MediaWeightType/@Unit |
<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> |