simpleType "GPSLocation"
Namespace:
Defined:
Used:
Simple Content Model
xs:string
Simple Content Restrictions:
Pattern:
(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[\d]{0,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[\d]{0,6})?)

All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Attribute group used to define the GPS Location of the data element.
Type Definition Detail
Type Derivation Tree
xs:string (restriction)
  GPSLocation
Derivation:
restriction of xs:string
Facets:
pattern:
(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[\d]{0,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[\d]{0,6})?)
XML Source (w/o annotations (1); see within schema source)
<xs:simpleType name="GPSLocation">
<xs:restriction base="xs:string">
<xs:pattern value="(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[\d]{0,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[\d]{0,6})?)"/>
</xs:restriction>
</xs:simpleType>