Showing:

Annotations
Diagrams
Facets
Model
Properties
Source
Used by
Element tps:geoidGroup / tps:GeoidName
Namespace tps
Annotations
The name of the geoid (it must be found in an external file)
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="GeoidName" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The name of the geoid (it must be found in an external file)</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:geoidGroup / tps:GeoidSource
Namespace tps
Annotations
The file name of the geoid
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="GeoidSource" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The file name of the geoid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:geoidGroup / tps:GeoidType
Namespace tps
Annotations
The type of the geoid (can be 95, 99, global 2008, gff, australian, canadian, denmark, dutch 2004, norway, swedish, austrian germany, belgium, berlin, dutch, french 98, 2003, bkg germany, japan 2000, japan 96, korea k, korea pnu95n, malaysia, north ireland, geoid model, slovakia, spain, swiss 2004, uk, finland, israel, new zealand, slovenia, turky)
Diagram
Type restriction of xs:NMTOKEN
Properties
content simple
minOccurs 0
Facets
enumeration 95
enumeration 99
enumeration global_2008
enumeration gff
enumeration australian
enumeration canadian
enumeration denmark
enumeration dutch_2004
enumeration norway
enumeration swedish
enumeration austrian_germany
enumeration belgium
enumeration berlin
enumeration dutch
enumeration french_98
enumeration 2003
enumeration bkg_germany
enumeration japan_2000
enumeration japan_96
enumeration korea_k
enumeration korea_pnu95n
enumeration malaysia
enumeration n_ireland
enumeration geoid_model
enumeration slovakia
enumeration spain
enumeration swiss_2004
enumeration uk
enumeration finland
enumeration israel
enumeration nz
enumeration slovenia
enumeration turky
Source
<xs:element name="GeoidType" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The type of the geoid (can be 95, 99, global 2008, gff, australian, canadian, denmark, dutch 2004, norway, swedish, austrian germany, belgium, berlin, dutch, french 98, 2003, bkg germany, japan 2000, japan 96, korea k, korea pnu95n, malaysia, north ireland, geoid model, slovakia, spain, swiss 2004, uk, finland, israel, new zealand, slovenia, turky)</xs:documentation>
  </xs:annotation>
  <xs:simpleType>
    <xs:restriction base="xs:NMTOKEN">
      <xs:enumeration value="95"/>
      <xs:enumeration value="99"/>
      <xs:enumeration value="global_2008"/>
      <xs:enumeration value="gff"/>
      <xs:enumeration value="australian"/>
      <xs:enumeration value="canadian"/>
      <xs:enumeration value="denmark"/>
      <xs:enumeration value="dutch_2004"/>
      <xs:enumeration value="norway"/>
      <xs:enumeration value="swedish"/>
      <xs:enumeration value="austrian_germany"/>
      <xs:enumeration value="belgium"/>
      <xs:enumeration value="berlin"/>
      <xs:enumeration value="dutch"/>
      <xs:enumeration value="french_98"/>
      <xs:enumeration value="2003"/>
      <xs:enumeration value="bkg_germany"/>
      <xs:enumeration value="japan_2000"/>
      <xs:enumeration value="japan_96"/>
      <xs:enumeration value="korea_k"/>
      <xs:enumeration value="korea_pnu95n"/>
      <xs:enumeration value="malaysia"/>
      <xs:enumeration value="n_ireland"/>
      <xs:enumeration value="geoid_model"/>
      <xs:enumeration value="slovakia"/>
      <xs:enumeration value="spain"/>
      <xs:enumeration value="swiss_2004"/>
      <xs:enumeration value="uk"/>
      <xs:enumeration value="finland"/>
      <xs:enumeration value="israel"/>
      <xs:enumeration value="nz"/>
      <xs:enumeration value="slovenia"/>
      <xs:enumeration value="turky"/>
    </xs:restriction>
  </xs:simpleType>
</xs:element>
Element Group tps:geoidGroup
Namespace tps
Diagram
Used by
Model
Children tps:GeoidName, tps:GeoidSource, tps:GeoidType
Source
<xs:group name="geoidGroup">
  <xs:sequence>
    <xs:element name="GeoidName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The name of the geoid (it must be found in an external file)</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GeoidSource" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The file name of the geoid</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="GeoidType" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The type of the geoid (can be 95, 99, global 2008, gff, australian, canadian, denmark, dutch 2004, norway, swedish, austrian germany, belgium, berlin, dutch, french 98, 2003, bkg germany, japan 2000, japan 96, korea k, korea pnu95n, malaysia, north ireland, geoid model, slovakia, spain, swiss 2004, uk, finland, israel, new zealand, slovenia, turky)</xs:documentation>
      </xs:annotation>
      <xs:simpleType>
        <xs:restriction base="xs:NMTOKEN">
          <xs:enumeration value="95"/>
          <xs:enumeration value="99"/>
          <xs:enumeration value="global_2008"/>
          <xs:enumeration value="gff"/>
          <xs:enumeration value="australian"/>
          <xs:enumeration value="canadian"/>
          <xs:enumeration value="denmark"/>
          <xs:enumeration value="dutch_2004"/>
          <xs:enumeration value="norway"/>
          <xs:enumeration value="swedish"/>
          <xs:enumeration value="austrian_germany"/>
          <xs:enumeration value="belgium"/>
          <xs:enumeration value="berlin"/>
          <xs:enumeration value="dutch"/>
          <xs:enumeration value="french_98"/>
          <xs:enumeration value="2003"/>
          <xs:enumeration value="bkg_germany"/>
          <xs:enumeration value="japan_2000"/>
          <xs:enumeration value="japan_96"/>
          <xs:enumeration value="korea_k"/>
          <xs:enumeration value="korea_pnu95n"/>
          <xs:enumeration value="malaysia"/>
          <xs:enumeration value="n_ireland"/>
          <xs:enumeration value="geoid_model"/>
          <xs:enumeration value="slovakia"/>
          <xs:enumeration value="spain"/>
          <xs:enumeration value="swiss_2004"/>
          <xs:enumeration value="uk"/>
          <xs:enumeration value="finland"/>
          <xs:enumeration value="israel"/>
          <xs:enumeration value="nz"/>
          <xs:enumeration value="slovenia"/>
          <xs:enumeration value="turky"/>
        </xs:restriction>
      </xs:simpleType>
    </xs:element>
  </xs:sequence>
</xs:group>