Showing:

Annotations
Diagrams
Model
Properties
Source
Used by
Element tps:tableProjectionType / tps:DllName
Namespace tps
Annotations
The name of library that contains parser for the grid
Diagram
Type xs:string
Properties
content simple
minOccurs 1
Source
<xs:element minOccurs="1" name="DllName" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of library that contains parser for the grid</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tableProjectionType / tps:DataFile
Namespace tps
Annotations
The name of datafile for this grid. Common extension is .prj. This used in the RTCM projections.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element minOccurs="0" name="DataFile" type="xs:string">
  <xs:annotation>
    <xs:documentation>The name of datafile for this grid. Common extension is .prj. This used in the RTCM projections.</xs:documentation>
  </xs:annotation>
</xs:element>
Element tps:tableProjectionType / tps:ParameterDataFile
Namespace tps
Annotations
The parameter datafile for the grid. Used by the SnakeGrid projection.
Diagram
Type xs:string
Properties
content simple
minOccurs 0
Source
<xs:element name="ParameterDataFile" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>The parameter datafile for the grid. Used by the SnakeGrid projection.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type tps:tableProjectionType
Namespace tps
Annotations
The type for the table projection (library-based) data
Diagram
Used by
Model
tps:DllName , tps:DataFile{0,1} , tps:ParameterDataFile{0,1} , (ANY element from TARGET namespace 'tps' and ANY element OTHER than the defined siblings | ANY element from ANY namespace OTHER than 'tps')
Children tps:DataFile, tps:DllName, tps:ParameterDataFile
Source
<xs:complexType name="tableProjectionType">
  <xs:annotation>
    <xs:documentation>The type for the table projection (library-based) data</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element minOccurs="1" name="DllName" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of library that contains parser for the grid</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="DataFile" type="xs:string">
      <xs:annotation>
        <xs:documentation>The name of datafile for this grid. Common extension is .prj. This used in the RTCM projections.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ParameterDataFile" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>The parameter datafile for the grid. Used by the SnakeGrid projection.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:group minOccurs="0" ref="tps:versionable"/>
  </xs:sequence>
</xs:complexType>