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>
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>
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
<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>