| namespace | https://mmixm.aero/base/4 | |||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||
| source | <xs:simpleType name="UomComputerInformationRate"> <xs:annotation> <xs:documentation>Unit of measure for information rate</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="KB_SEC"> <xs:annotation> <xs:documentation>Kilobyte per second</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MB_SEC"> <xs:annotation> <xs:documentation>Megabyte per second</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GB_SEC"> <xs:annotation> <xs:documentation>Gigabyte per second</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="TB_SEC"> <xs:annotation> <xs:documentation>Terabyte per second</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |