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:formulaCitation gml:formula gml:sourceDimensions gml:targetDimensions gml:parameter | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
source | <complexType name="OperationMethodType"> <complexContent> <extension base="gml:IdentifiedObjectType"> <sequence> <choice> <element ref="gml:formulaCitation"/> <element ref="gml:formula"/> </choice> <element ref="gml:sourceDimensions" minOccurs="0"/> <element ref="gml:targetDimensions" minOccurs="0"/> <element ref="gml:parameter" minOccurs="0" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType> |