complexType unitsOfMeasureElementType
diagram AVCL.2.0_diagrams/AVCL.2.0_p439.png
used by
element UnitsOfMeasure
attributes
Name  Type  Use  Default  Fixed  Annotation
distance    required    meters  
angle    required    degrees  
mass    required    kilograms  
time    required    seconds  
timeStamp  nonNegativeScalarType  optional      
description  xsd:string  optional      
id  xsd:ID  optional      
annotation
documentation
Defines units of measure used.
source <xsd:complexType name="unitsOfMeasureElementType">
 
<xsd:annotation>
   
<xsd:documentation>Defines units of measure used.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:attribute name="distance" use="required" fixed="meters"/>
 
<xsd:attribute name="angle" use="required" fixed="degrees"/>
 
<xsd:attribute name="mass" use="required" fixed="kilograms"/>
 
<xsd:attribute name="time" use="required" fixed="seconds"/>
 
<xsd:attributeGroup ref="CommonAttributes"/>
</xsd:complexType>

attribute unitsOfMeasureElementType/@distance
properties
use required
fixed meters
source <xsd:attribute name="distance" use="required" fixed="meters"/>

attribute unitsOfMeasureElementType/@angle
properties
use required
fixed degrees
source <xsd:attribute name="angle" use="required" fixed="degrees"/>

attribute unitsOfMeasureElementType/@mass
properties
use required
fixed kilograms
source <xsd:attribute name="mass" use="required" fixed="kilograms"/>

attribute unitsOfMeasureElementType/@time
properties
use required
fixed seconds
source <xsd:attribute name="time" use="required" fixed="seconds"/>


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