DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
simpleType "PointFormatType"
Namespace:
Defined:
globally in reusable.xsd, see XML source
Used:
Simple Content Model
enumeration of xs:NMTOKEN
Simple Content Restrictions:
Enumeration:
"DecimalDegree"
 - 
Value is expressed as a decimal degree
"DegreesMinutesSeconds"
 - 
Value is expressed as Degrees-minutes-seconds.
"DecimalMinutes"
 - 
Value is expressed as Decimal Minutes.
"Meters"
 - 
Value is expressed in meters.
"Feet"
 - 
Value is expressed in feet.

All Direct / Indirect Based Attributes (2):
Known Usage Locations
Annotation
Provides an enumerated list of data types.
Type Definition Detail
Type Derivation Tree
xs:NMTOKEN
  PointFormatType (restriction)
Derivation:
restriction of xs:NMTOKEN
Facets:
enumeration:
"DecimalDegree"
 - 
Value is expressed as a decimal degree
"DegreesMinutesSeconds"
 - 
Value is expressed as Degrees-minutes-seconds.
"DecimalMinutes"
 - 
Value is expressed as Decimal Minutes.
"Meters"
 - 
Value is expressed in meters.
"Feet"
 - 
Value is expressed in feet.
XML Source (w/o annotations (6); see within schema source)
<xs:simpleType name="PointFormatType">
<xs:restriction base="xs:NMTOKEN">
<xs:enumeration value="DecimalDegree"/>
<xs:enumeration value="DegreesMinutesSeconds"/>
<xs:enumeration value="DecimalMinutes"/>
<xs:enumeration value="Meters"/>
<xs:enumeration value="Feet"/>
</xs:restriction>
</xs:simpleType>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set