simpleType "LatitudeType"
Namespace:
Defined:
globally in reusable.xsd; see XML source
Used:
Simple Content Model
xs:decimal
Simple Content Restrictions:
MaxInclusive:
90
MinInclusive:
-90

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Latitude values expressed as a decimal between the values of -90 and 90 degrees.
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  LatitudeType
Derivation:
restriction of xs:decimal
Facets:
maxInclusive:
90
minInclusive:
-90
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="LatitudeType">
<xs:restriction base="xs:decimal">
<xs:minInclusive value="-90"/>
<xs:maxInclusive value="90"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set