Documentation for TrainingCenterDatabasev2

Simple Type: DegreesLongitude_t

[Table of contents]

Super-types: xsd:double < DegreesLongitude_t (by restriction)
Sub-types: None
Name DegreesLongitude_t
Used by (from the same schema document) Complex Type Position_t
Content
  • Base XSD Type: double
  • -180.0 <= value < 180.0
Documentation
Diagram
Schema Component Representation
<xsd:simpleType name="DegreesLongitude_t">
<xsd:restriction base=" xsd:double ">
<xsd:maxExclusive value="180.0"/>
<xsd:minInclusive value="-180.0"/>
</xsd:restriction>
</xsd:simpleType>