<element name="OperationsMetadata">
<annotation>
<documentation>Metadata about the operations and related abilities specified by this service and implemented by this server, including the URLs for operation requests. The basic contents of this section shall be the same for all OWS types, but individual services can add elements and/or change the optionality of optional elements. </documentation>
</annotation>
<complexType>
<sequence>
<element ref="ows:Operation" minOccurs="2" maxOccurs="unbounded">
<annotation>
<documentation>Metadata for unordered list of all the (requests for) operations that this server interface implements. The list of required and optional operations implemented shall be specified in the Implementation Specification for this service. </documentation>
</annotation>
</element>
<element name="Parameter" type="ows:DomainType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Optional unordered list of parameter valid domains that each apply to one or more operations which this server interface implements. The list of required and optional parameter domain limitations shall be specified in the Implementation Specification for this service. </documentation>
</annotation>
</element>
<element name="Constraint" type="ows:DomainType" minOccurs="0" maxOccurs="unbounded">
<annotation>
<documentation>Optional unordered list of valid domain constraints on non-parameter quantities that each apply to this server. The list of required and optional constraints shall be specified in the Implementation Specification for this service. </documentation>
</annotation>
</element>
<element ref="ows:ExtendedCapabilities" minOccurs="0" />
</sequence>
</complexType>
</element>
|