simpleType headingType
type restriction of xsd:double
properties
base xsd:double
used by
attributes parallelTrackType/@orientation sectorPatternType/@orientation expandingSquareType/@orientation headingElementType/@value
facets
Kind Value Annotation
minInclusive 0
maxInclusive 360
annotation
documentation
Represents a heading (degrees) between 0 and 360.
source <xsd:simpleType name="headingType">
 
<xsd:annotation>
   
<xsd:documentation>Represents a heading (degrees) between 0 and 360.</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:double">
   
<xsd:minInclusive value="0"/>
   
<xsd:maxInclusive value="360"/>
 
</xsd:restriction>
</xsd:simpleType>


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