complexType AngleType
diagram Nas_diagrams/Nas_p790.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:RestrictedAngleType
properties
base fb:RestrictedAngleType
used by
complexTypes BearingType WindDirectionType
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAngleType  required      
documentation
Unit of measure
annotation
documentation
The amount of rotation needed to bring one line or plane into coincidence with another, generally measured in radians or degrees. [ISO 19103, chapter 6.5.7.9]
source <xs:complexType name="AngleType">
 
<xs:annotation>
   
<xs:documentation>The amount of rotation needed to bring one line or plane into coincidence with another, generally measured in radians or degrees. [ISO 19103, chapter 6.5.7.9]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:RestrictedAngleType">
     
<xs:attribute name="uom" type="fb:UomAngleType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute AngleType/@uom
type fb:UomAngleType
properties
use required
facets
Kind Value Annotation
enumeration DEG
documentation
Degree.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomAngleType" 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