complexType LengthType
diagram FficeTemplates_diagrams/FficeTemplates_p713.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedLengthType
properties
base fb:RestrictedLengthType
used by
complexType DistanceType
facets
Kind Value Annotation
minInclusive 0
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomLengthType  required      
documentation
Unit of measure
annotation
documentation
The measure of distance as an integral, for example the length of curve, the perimeter of a polygon as the length of the boundary. [ISO 19103, chapter 6.5.7.6]
source <xs:complexType name="LengthType">
 
<xs:annotation>
   
<xs:documentation>The measure of distance as an integral, for example the length of curve, the perimeter of a polygon as the length of the boundary. [ISO 19103, chapter 6.5.7.6]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedLengthType">
     
<xs:attribute name="uom" type="fb:UomLengthType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute LengthType/@uom
type fb:UomLengthType
properties
use required
facets
Kind Value Annotation
enumeration CM
documentation
Centimetre
enumeration FT
documentation
Foot
enumeration IN
documentation
Inch
enumeration KM
documentation
Kilometre
enumeration M
documentation
Metre
enumeration MI
documentation
Statute mile
enumeration MM
documentation
Millimeter
enumeration NM
documentation
Nautical mile
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomLengthType" use="required">
 
<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