namespace | https://mmixm.aero/base/3 | |||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||
source | <xs:simpleType name="UomComputerInformation"> <xs:annotation> <xs:documentation>Unit of measure for data storage</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="KB"> <xs:annotation> <xs:documentation>Kilobyte</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MB"> <xs:annotation> <xs:documentation>Megabyte</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GB"> <xs:annotation> <xs:documentation>Gigabyte</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TB"> <xs:annotation> <xs:documentation>Terabyte</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |