complexType lrms:Angle
diagram
namespace http://www.LRMS-Adopted-02-00-00
children deg rad cdeg
used by
elements lrms:PolarCoordinates/angularDirection tcip:TSPTmsIntersectionApproach/approachAngle tcip:TSPTmsIntersectionApproach/departAngle tcip:CcLocationReport/direction tcip:CcManualAlarm/direction tcip:CcPassengerAlarm/direction tcip:ObLocation/direction tcip:SPNoDimArc/from tcip:CCAlarm/loc-dir tcip:CCOffRouteTrack/loc-dir tcip:CCPTVLocation/loc-dir tcip:TSPStatus/loc-dir tcip:CPTStoppoint/maximum-heading tcip:CPTStoppoint/minimum-heading tcip:SPNoDimArc/to
source <xs:complexType name="Angle">
 
<xs:choice>
   
<xs:element name="deg">
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="360"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="rad">
     
<xs:simpleType>
       
<xs:restriction base="xs:decimal">
         
<xs:minInclusive value="0"/>
         
<xs:maxInclusive value="6.2832"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
   
<xs:element name="cdeg">
     
<xs:simpleType>
       
<xs:restriction base="xs:unsignedShort">
         
<xs:maxInclusive value="36000"/>
       
</xs:restriction>
     
</xs:simpleType>
   
</xs:element>
 
</xs:choice>
</xs:complexType>

element lrms:Angle/deg
diagram
type restriction of xs:decimal
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 360
source <xs:element name="deg">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="360"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element lrms:Angle/rad
diagram
type restriction of xs:decimal
properties
isRef 0
content simple
facets
minInclusive 0
maxInclusive 6.2832
source <xs:element name="rad">
 
<xs:simpleType>
   
<xs:restriction base="xs:decimal">
     
<xs:minInclusive value="0"/>
     
<xs:maxInclusive value="6.2832"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>

element lrms:Angle/cdeg
diagram
type restriction of xs:unsignedShort
properties
isRef 0
content simple
facets
maxInclusive 36000
source <xs:element name="cdeg">
 
<xs:simpleType>
   
<xs:restriction base="xs:unsignedShort">
     
<xs:maxInclusive value="36000"/>
   
</xs:restriction>
 
</xs:simpleType>
</xs:element>


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