simpleType "Longitude"
Namespace:
Defined:
Used:
never
Simple Content Model
xs:decimal
Simple Content Restrictions:
FractionDigits:
6
TotalDigits:
9
Annotation
Longitude
Type Definition Detail
Type Derivation Tree
xs:decimal (restriction)
  Longitude
Derivation:
restriction of xs:decimal
Facets:
fractionDigits:
6
totalDigits:
9
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="Longitude">
<xs:restriction base="xs:decimal">
<xs:fractionDigits value="6"/>
<xs:totalDigits value="9"/>
</xs:restriction>
</xs:simpleType>