diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | extension of gml:DefinitionType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:description gml:name gml:minimumOccurs | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="AbstractGeneralOperationParameterType" abstract="true"> <xs:annotation> <xs:documentation>Abstract definition of a parameter or group of parameters used by an operation method. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:extension base="gml:DefinitionType"> <xs:sequence> <xs:element ref="gml:minimumOccurs" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |