simpleType UomComputerInformationRate
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute ComputerInformationRate/@uom
facets
Kind Value Annotation
enumeration KB_SEC
documentation
Kilobyte per second
enumeration MB_SEC
documentation
Megabyte per second
enumeration GB_SEC
documentation
Gigabyte per second
enumeration TB_SEC
documentation
Terabyte per second
annotation
documentation
Unit of measure for information rate
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy