simpleType UomComputerInformation
namespace https://mmixm.aero/base/3
type restriction of xs:string
properties
base xs:string
used by
attribute ComputerInformation/@uom
facets
Kind Value Annotation
enumeration KB
documentation
Kilobyte
enumeration MB
documentation
Megabyte
enumeration GB
documentation
Gigabyte
enumeration TB
documentation
Terabyte
annotation
documentation
Unit of measure for data storage
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>


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