diagram | |||||||||||||||
namespace | http://www.opengis.net/gml/3.2 | ||||||||||||||
type | extension of gml:IdentifiedObjectType | ||||||||||||||
properties |
|
||||||||||||||
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 | |||||||||||||||
attributes |
|
||||||||||||||
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> |