complexType ComputerInformation
diagram mmixm_diagrams/mmixm_p52.png
namespace https://mmixm.aero/base/2.1.0
type extension of mb:Measure
properties
base mb:Measure
attributes
Name  Type  Use  Default  Fixed  Annotation
value  xs:double  optional      
documentation
The actual measurement.
uom  mb:UomComputerInformation  optional      
documentation
Unit of measure.
annotation
documentation
Measurement of data storage, the most elemental of which is a single bit.
source <xs:complexType name="ComputerInformation">
 
<xs:annotation>
   
<xs:documentation>Measurement of data storage, the most elemental of which is a single bit.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="mb:Measure">
     
<xs:sequence/>
     
<xs:attribute name="uom" type="mb:UomComputerInformation" use="optional">
       
<xs:annotation>
         
<xs:documentation>Unit of measure.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute ComputerInformation/@uom
type mb:UomComputerInformation
properties
use optional
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.
source <xs:attribute name="uom" type="mb:UomComputerInformation" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unit of measure.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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