diagram | ![]() |
||||||||||||||
namespace | http://www.opengis.net/gml | ||||||||||||||
type | restriction of gml:AbstractGeneralOperationParameterType | ||||||||||||||
properties |
|
||||||||||||||
children | gml:metaDataProperty gml:parameterName gml:minimumOccurs | ||||||||||||||
used by |
|
||||||||||||||
attributes |
|
||||||||||||||
annotation |
|
||||||||||||||
source | <xs:complexType name="OperationParameterBaseType" abstract="true"> <xs:annotation> <xs:documentation>Basic encoding for operation parameter objects, simplifying and restricting the DefinitionType as needed. </xs:documentation> </xs:annotation> <xs:complexContent> <xs:restriction base="gml:AbstractGeneralOperationParameterType"> <xs:sequence> <xs:element ref="gml:metaDataProperty" minOccurs="0" maxOccurs="unbounded"/> <xs:element ref="gml:parameterName"/> <xs:element ref="gml:minimumOccurs" minOccurs="0"/> </xs:sequence> <xs:attribute ref="gml:id" use="required"/> </xs:restriction> </xs:complexContent> </xs:complexType> |