type | restriction of xsd:double | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
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> |