complexType AbstractGeneralConversionType
diagram sensorML_p957.png
namespace http://www.opengis.net/gml/3.2
type restriction of gml:AbstractCoordinateOperationType
properties
base gml:AbstractCoordinateOperationType
abstract true
children gml:metaDataProperty gml:description gml:descriptionReference gml:identifier gml:name gml:remarks gml:domainOfValidity gml:scope gml:coordinateOperationAccuracy
used by
element AbstractGeneralConversion
complexType ConversionType
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="AbstractGeneralConversionType" abstract="true">
 
<complexContent>
   
<restriction base="gml:AbstractCoordinateOperationType">
     
<sequence>
       
<element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/>
       
<element ref="gml:description" minOccurs="0"/>
       
<element ref="gml:descriptionReference" minOccurs="0"/>
       
<element ref="gml:identifier"/>
       
<element ref="gml:name" minOccurs="0" maxOccurs="unbounded"/>
       
<element ref="gml:remarks" minOccurs="0"/>
       
<element ref="gml:domainOfValidity" minOccurs="0"/>
       
<element ref="gml:scope" maxOccurs="unbounded"/>
       
<element ref="gml:coordinateOperationAccuracy" minOccurs="0" maxOccurs="unbounded"/>
     
</sequence>
     
<attribute ref="gml:id" use="required"/>
   
</restriction>
 
</complexContent>
</complexType>


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