Namespace: |
|
Defined: |
globally in commonTypes_v3.xsd; see XML source |
Used: |
at 2 locations |
| Simple Content Model |
| xs:string |
Pattern: |
(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[0-9]{1,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[0-9]{1,6})?) |
| Type Derivation Tree xs:string (restriction) |
Derivation: |
restriction of xs:string |
|||
Facets: |
|
|||
| <xs:simpleType name="GPSLocation"> <xs:restriction base="xs:string"> <xs:pattern value="(\+|-)?([9][0]|([1-8][0-9]|[0-9]|90)(\.[0-9]{1,6})?),(\+|-)?([1][8][0]|([1][0-7][0-9]|[1-9][0-9]|[0-9]|90)(\.[0-9]{1,6})?)"/> </xs:restriction> </xs:simpleType> |