Definition Type: Element
Name: OperationsMetadata
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Containing Schema: ows.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into ExtendedCapabilities in schema ows_xsd Drilldown into Constraint in schema ows_xsd Drilldown into Parameter in schema ows_xsd Drilldown into Operation in schema ows_xsdXSD Diagram of OperationsMetadata in schema ows_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
Operation ows:Operation 2 unbounded
Parameter ows:Parameter 0 unbounded
Constraint ows:Constraint 0 unbounded
ExtendedCapabilities ows:ExtendedCapabilities 0 (1)