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

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