complexType AbstractCoordinateOperationType
diagram sensorML_p956.png
namespace http://www.opengis.net/gml/3.2
type extension of gml:IdentifiedObjectType
properties
base gml:IdentifiedObjectType
abstract true
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:remarks gml:domainOfValidity gml:scope gml:operationVersion gml:coordinateOperationAccuracy gml:sourceCRS gml:targetCRS
used by
elements AbstractCoordinateOperation AbstractOperation AbstractSingleOperation
complexTypes AbstractGeneralConversionType AbstractGeneralTransformationType ConcatenatedOperationType PassThroughOperationType
attributes
Name  Type  Use  Default  Fixed  annotation
idIDrequired      
documentation
The attribute gml:id supports provision of a handle for the XML element representing a GML Object. Its use is mandatory for all GML objects. It is of XML type ID, so is constrained to be unique in the XML document within which it occurs.
source <complexType name="AbstractCoordinateOperationType" abstract="true">
 
<complexContent>
   
<extension base="gml:IdentifiedObjectType">
     
<sequence>
       
<element ref="gml:domainOfValidity" minOccurs="0"/>
       
<element ref="gml:scope" maxOccurs="unbounded"/>
       
<element ref="gml:operationVersion" minOccurs="0"/>
       
<element ref="gml:coordinateOperationAccuracy" minOccurs="0" maxOccurs="unbounded"/>
       
<element ref="gml:sourceCRS" minOccurs="0"/>
       
<element ref="gml:targetCRS" minOccurs="0"/>
     
</sequence>
   
</extension>
 
</complexContent>
</complexType>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy