simpleType areaOrientationType
type restriction of xsd:double
properties
base xsd:double
used by
attribute areaOrientationElementType/@value
facets
Kind Value Annotation
minInclusive -90
maxInclusive 90
annotation
documentation
Represents possible orientations of a rectangular area (between -90 and 90 degrees).
source <xsd:simpleType name="areaOrientationType">
 
<xsd:annotation>
   
<xsd:documentation>Represents possible orientations of a rectangular area (between -90 and 90 degrees).</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:double">
   
<xsd:minInclusive value="-90"/>
   
<xsd:maxInclusive value="90"/>
 
</xsd:restriction>
</xsd:simpleType>


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