The optional SIUnitName element is the name of the SI unit of speed. If the element is used, its value must be meter per second.
Diagram
Type
xs:token
Properties
content
simple
minOccurs
0
fixed
meter per second
Source
<xs:element name="SIUnitName" type="xs:token" fixed="meter per second" minOccurs="0"><xs:annotation><xs:documentation>The optional SIUnitName element is the name of the SI unit of speed. If the element is used, its value must be meter per second.</xs:documentation></xs:annotation></xs:element>
The UnitName element is the name for SpeedUnitType.
Diagram
Type
xs:token
Properties
content
simple
Source
<xs:element name="UnitName" type="xs:token"><xs:annotation><xs:documentation>The UnitName element is the name for SpeedUnitType.</xs:documentation></xs:annotation></xs:element>
<xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0"><xs:annotation><xs:documentation>The optional UnitConversion element specifies how a speed value in the named speed unit may be converted to a value in meters per second.</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="SpeedUnitType"><xs:annotation><xs:documentation>The SpeedUnitType defines the units to be used in the expression of speed values.</xs:documentation></xs:annotation><xs:sequence><xs:element name="SIUnitName" type="xs:token" fixed="meter per second" minOccurs="0"><xs:annotation><xs:documentation>The optional SIUnitName element is the name of the SI unit of speed. If the element is used, its value must be meter per second.</xs:documentation></xs:annotation></xs:element><xs:element name="UnitName" type="xs:token"><xs:annotation><xs:documentation>The UnitName element is the name for SpeedUnitType.</xs:documentation></xs:annotation></xs:element><xs:element name="UnitConversion" type="UnitConversionType" minOccurs="0"><xs:annotation><xs:documentation>The optional UnitConversion element specifies how a speed value in the named speed unit may be converted to a value in meters per second.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>