complexType Time
diagram mmixm_diagrams/mmixm_p68.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:UomTime  optional      
documentation
Unit of measure.
annotation
documentation
The indefinite continued progress of existence and events.
source <xs:complexType name="Time">
 
<xs:annotation>
   
<xs:documentation>The indefinite continued progress of existence and events.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="mb:Measure">
     
<xs:sequence/>
     
<xs:attribute name="uom" type="mb:UomTime" use="optional">
       
<xs:annotation>
         
<xs:documentation>Unit of measure.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute Time/@uom
type mb:UomTime
properties
use optional
facets
Kind Value Annotation
enumeration DATETIME
documentation
Specific date and time, GMT
enumeration DATETIME_FORMAT
documentation
Format of DATETIME
enumeration DURATION
documentation
Time between two events
enumeration DURATION_FORMAT
documentation
Format of DURATION
annotation
documentation
Unit of measure.
source <xs:attribute name="uom" type="mb:UomTime" 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