The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:element name="Grid" type="tps:gridType" minOccurs="0"><xs:annotation><xs:documentation>The grid that defines a projection</xs:documentation></xs:annotation></xs:element>
The id of the element. In Data structure it must be always defined and it can be referenced by an other element that uses this element. In Transaction structure it must be defined by a 'created' action (not defined in the other actions)
The reference to the id of this element. In MAXML structure is not defined. In Transaction structure it must be defined by 'modified' and 'deleted' action (not defined in 'created' action)
Source
<xs:element name="Datum" type="tps:datumType" minOccurs="0"><xs:annotation><xs:documentation>Defines datum (WGS84 by default, if absent)</xs:documentation></xs:annotation></xs:element>
<xs:group name="coordinateSystemProj"><xs:annotation><xs:documentation>The properties of the coordinate system</xs:documentation></xs:annotation><xs:sequence><xs:element name="Grid" type="tps:gridType" minOccurs="0"><xs:annotation><xs:documentation>The grid that defines a projection</xs:documentation></xs:annotation></xs:element><xs:element name="Datum" type="tps:datumType" minOccurs="0"><xs:annotation><xs:documentation>Defines datum (WGS84 by default, if absent)</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:group>