Showing:

Annotations
Attributes
Diagrams
Instances
Model
Properties
Source
Used by
Included schema owsOperationsMetadata.xsd
Namespace http://www.opengis.net/ows/2.0
Annotations
This XML Schema Document encodes the basic contents of the
    "OperationsMetadata" section of the GetCapabilities operation response,
    also known as the Capabilities XML document.

    OWS is an OGC Standard.
    Copyright (c) 2009 Open Geospatial Consortium.
    To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .
Properties
attribute form default unqualified
element form default qualified
version 2.0.2
Element ows:OperationsMetadata
Namespace http://www.opengis.net/ows/2.0
Annotations
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.
Diagram
Diagram owsOperationsMetadata_xsd.tmp#Operation owsOperationsMetadata_xsd.tmp#OperationsMetadata_Parameter owsOperationsMetadata_xsd.tmp#OperationsMetadata_Constraint owsOperationsMetadata_xsd.tmp#ExtendedCapabilities
Properties
content complex
Used by
Model
Children ows:Constraint, ows:ExtendedCapabilities, ows:Operation, ows:Parameter
Instance
<ows:OperationsMetadata xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Operation name="">{2,unbounded}</ows:Operation>
  <ows:Parameter name="">{0,unbounded}</ows:Parameter>
  <ows:Constraint name="">{0,unbounded}</ows:Constraint>
  <ows:ExtendedCapabilities>{0,1}</ows:ExtendedCapabilities>
</ows:OperationsMetadata>
Source
<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>
Element ows:Operation
Namespace http://www.opengis.net/ows/2.0
Annotations
Metadata for one operation that this server
implements.
Diagram
Diagram owsOperationsMetadata_xsd.tmp#Operation_name owsOperationsMetadata_xsd.tmp#DCP owsOperationsMetadata_xsd.tmp#Operation_Parameter owsOperationsMetadata_xsd.tmp#Operation_Constraint owsCommon_xsd.tmp#Metadata
Properties
content complex
Used by
Model
Children ows:Constraint, ows:DCP, ows:Metadata, ows:Parameter
Instance
<ows:Operation name="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:DCP>{1,unbounded}</ows:DCP>
  <ows:Parameter name="">{0,unbounded}</ows:Parameter>
  <ows:Constraint name="">{0,unbounded}</ows:Constraint>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
</ows:Operation>
Attributes
QName Type Use Annotation
name string required
Name or identifier of this operation (request) (for
example, GetCapabilities). The list of required and optional
operations implemented shall be specified in the Implementation
Specification for this service.
Source
<element name="Operation">
  <annotation>
    <documentation>Metadata for one operation that this server implements.</documentation>
  </annotation>
  <complexType>
    <sequence>
      <element ref="ows:DCP" maxOccurs="unbounded">
        <annotation>
          <documentation>Unordered list of Distributed Computing Platforms (DCPs) supported for this operation. At present, only the HTTP DCP is defined, so this element will appear only once.</documentation>
        </annotation>
      </element>
      <element name="Parameter" type="ows:DomainType" minOccurs="0" maxOccurs="unbounded">
        <annotation>
          <documentation>Optional unordered list of parameter domains that each apply to this operation which this server implements. If one of these Parameter elements has the same "name" attribute as a Parameter element in the OperationsMetadata element, this Parameter element shall override the other one for this operation. The list of required and optional parameter domain limitations for this operation 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 operation. If one of these Constraint elements has the same "name" attribute as a Constraint element in the OperationsMetadata element, this Constraint element shall override the other one for this operation. The list of required and optional constraints for this operation shall be specified in the Implementation Specification for this service.</documentation>
        </annotation>
      </element>
      <element ref="ows:Metadata" minOccurs="0" maxOccurs="unbounded">
        <annotation>
          <documentation>Optional unordered list of additional metadata about this operation and its' implementation. A list of required and optional metadata elements for this operation should be specified in the Implementation Specification for this service. (Informative: This metadata might specify the operation request parameters or provide the XML Schemas for the operation request.)</documentation>
        </annotation>
      </element>
    </sequence>
    <attribute name="name" type="string" use="required">
      <annotation>
        <documentation>Name or identifier of this operation (request) (for example, GetCapabilities). The list of required and optional operations implemented shall be specified in the Implementation Specification for this service.</documentation>
      </annotation>
    </attribute>
  </complexType>
</element>
Element ows:DCP
Namespace http://www.opengis.net/ows/2.0
Annotations
Information for one distributed Computing Platform (DCP)
supported for this operation. At present, only the HTTP DCP is defined,
so this element only includes the HTTP element.
Diagram
Diagram owsOperationsMetadata_xsd.tmp#HTTP
Properties
content complex
Used by
Element ows:Operation
Model
Children ows:HTTP
Instance
<ows:DCP xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:HTTP>{1,1}</ows:HTTP>
</ows:DCP>
Source
<element name="DCP">
  <annotation>
    <documentation>Information for one distributed Computing Platform (DCP) supported for this operation. At present, only the HTTP DCP is defined, so this element only includes the HTTP element.</documentation>
  </annotation>
  <complexType>
    <choice>
      <element ref="ows:HTTP"/>
    </choice>
  </complexType>
</element>
Element ows:HTTP
Namespace http://www.opengis.net/ows/2.0
Annotations
Connect point URLs for the HTTP Distributed Computing
Platform (DCP). Normally, only one Get and/or one Post is included in
this element. More than one Get and/or Post is allowed to support
including alternative URLs for uses such as load balancing or
backup.
Diagram
Diagram owsOperationsMetadata_xsd.tmp#HTTP_Get owsOperationsMetadata_xsd.tmp#HTTP_Post
Properties
content complex
Used by
Element ows:DCP
Model
Children ows:Get, ows:Post
Instance
<ows:HTTP xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Get xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</ows:Get>
  <ows:Post xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{1,1}</ows:Post>
</ows:HTTP>
Source
<element name="HTTP">
  <annotation>
    <documentation>Connect point URLs for the HTTP Distributed Computing Platform (DCP). Normally, only one Get and/or one Post is included in this element. More than one Get and/or Post is allowed to support including alternative URLs for uses such as load balancing or backup.</documentation>
  </annotation>
  <complexType>
    <choice maxOccurs="unbounded">
      <element name="Get" type="ows:RequestMethodType">
        <annotation>
          <documentation>Connect point URL prefix and any constraints for the HTTP "Get" request method for this operation request.</documentation>
        </annotation>
      </element>
      <element name="Post" type="ows:RequestMethodType">
        <annotation>
          <documentation>Connect point URL and any constraints for the HTTP "Post" request method for this operation request.</documentation>
        </annotation>
      </element>
    </choice>
  </complexType>
</element>
Element ows:HTTP / ows:Get
Namespace http://www.opengis.net/ows/2.0
Annotations
Connect point URL prefix and any constraints for
the HTTP "Get" request method for this operation
request.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs ows19115subset_xsd.tmp#http___www.opengis.net_ows_2.0_OnlineResourceType owsOperationsMetadata_xsd.tmp#RequestMethodType_Constraint owsOperationsMetadata_xsd.tmp#RequestMethodType
Type ows:RequestMethodType
Type hierarchy
Properties
content complex
Model
Children ows:Constraint
Instance
<ows:Get xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Constraint name="">{0,unbounded}</ows:Constraint>
</ows:Get>
Attributes
Source
<element name="Get" type="ows:RequestMethodType">
  <annotation>
    <documentation>Connect point URL prefix and any constraints for the HTTP "Get" request method for this operation request.</documentation>
  </annotation>
</element>
Element ows:RequestMethodType / ows:Constraint
Namespace http://www.opengis.net/ows/2.0
Annotations
Optional unordered list of valid domain
constraints on non-parameter quantities that each apply to this
request method for this operation. If one of these Constraint
elements has the same "name" attribute as a Constraint element
in the OperationsMetadata or Operation element, this Constraint
element shall override the other one for this operation. The
list of required and optional constraints for this request
method for this operation shall be specified in the
Implementation Specification for this service.
Diagram
Diagram owsDomainType_xsd.tmp#AllowedValues owsDomainType_xsd.tmp#AnyValue owsDomainType_xsd.tmp#NoValues owsDomainType_xsd.tmp#ValuesReference owsDomainType_xsd.tmp#PossibleValues owsDomainType_xsd.tmp#DefaultValue owsDomainType_xsd.tmp#Meaning owsDomainType_xsd.tmp#DataType owsDomainType_xsd.tmp#UOM owsDomainType_xsd.tmp#ReferenceSystem owsDomainType_xsd.tmp#ValuesUnit owsCommon_xsd.tmp#Metadata owsDomainType_xsd.tmp#UnNamedDomainType owsDomainType_xsd.tmp#DomainType_name owsDomainType_xsd.tmp#DomainType
Type ows:DomainType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:AllowedValues, ows:AnyValue, ows:DataType, ows:DefaultValue, ows:Meaning, ows:Metadata, ows:NoValues, ows:ReferenceSystem, ows:UOM, ows:ValuesReference
Instance
<ows:Constraint name="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:AllowedValues>{1,1}</ows:AllowedValues>
  <ows:AnyValue>{1,1}</ows:AnyValue>
  <ows:NoValues>{1,1}</ows:NoValues>
  <ows:ValuesReference ows:reference="">{1,1}</ows:ValuesReference>
  <ows:DefaultValue>{0,1}</ows:DefaultValue>
  <ows:Meaning ows:reference="">{0,1}</ows:Meaning>
  <ows:DataType ows:reference="">{0,1}</ows:DataType>
  <ows:UOM ows:reference="">{1,1}</ows:UOM>
  <ows:ReferenceSystem ows:reference="">{1,1}</ows:ReferenceSystem>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
</ows:Constraint>
Attributes
QName Type Use Annotation
name string required
Name or identifier of this
quantity.
Source
<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 request method for this operation. If one of these Constraint elements has the same "name" attribute as a Constraint element in the OperationsMetadata or Operation element, this Constraint element shall override the other one for this operation. The list of required and optional constraints for this request method for this operation shall be specified in the Implementation Specification for this service.</documentation>
  </annotation>
</element>
Element ows:HTTP / ows:Post
Namespace http://www.opengis.net/ows/2.0
Annotations
Connect point URL and any constraints for the HTTP
"Post" request method for this operation request.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs ows19115subset_xsd.tmp#http___www.opengis.net_ows_2.0_OnlineResourceType owsOperationsMetadata_xsd.tmp#RequestMethodType_Constraint owsOperationsMetadata_xsd.tmp#RequestMethodType
Type ows:RequestMethodType
Type hierarchy
Properties
content complex
Model
ows:Constraint*
Children ows:Constraint
Instance
<ows:Post xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:Constraint name="">{0,unbounded}</ows:Constraint>
</ows:Post>
Attributes
QName Type Fixed Use
xlink:actuate xlink:actuateType optional
xlink:arcrole xlink:arcroleType optional
xlink:href xlink:hrefType optional
xlink:role xlink:roleType optional
xlink:show xlink:showType optional
xlink:title xlink:titleAttrType optional
xlink:type xlink:typeType simple optional
Source
<element name="Post" type="ows:RequestMethodType">
  <annotation>
    <documentation>Connect point URL and any constraints for the HTTP "Post" request method for this operation request.</documentation>
  </annotation>
</element>
Element ows:Operation / ows:Parameter
Namespace http://www.opengis.net/ows/2.0
Annotations
Optional unordered list of parameter domains that
each apply to this operation which this server implements. If one
of these Parameter elements has the same "name" attribute as a
Parameter element in the OperationsMetadata element, this
Parameter element shall override the other one for this operation.
The list of required and optional parameter domain limitations for
this operation shall be specified in the Implementation
Specification for this service.
Diagram
Diagram owsDomainType_xsd.tmp#AllowedValues owsDomainType_xsd.tmp#AnyValue owsDomainType_xsd.tmp#NoValues owsDomainType_xsd.tmp#ValuesReference owsDomainType_xsd.tmp#PossibleValues owsDomainType_xsd.tmp#DefaultValue owsDomainType_xsd.tmp#Meaning owsDomainType_xsd.tmp#DataType owsDomainType_xsd.tmp#UOM owsDomainType_xsd.tmp#ReferenceSystem owsDomainType_xsd.tmp#ValuesUnit owsCommon_xsd.tmp#Metadata owsDomainType_xsd.tmp#UnNamedDomainType owsDomainType_xsd.tmp#DomainType_name owsDomainType_xsd.tmp#DomainType
Type ows:DomainType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:AllowedValues, ows:AnyValue, ows:DataType, ows:DefaultValue, ows:Meaning, ows:Metadata, ows:NoValues, ows:ReferenceSystem, ows:UOM, ows:ValuesReference
Instance
<ows:Parameter name="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:AllowedValues>{1,1}</ows:AllowedValues>
  <ows:AnyValue>{1,1}</ows:AnyValue>
  <ows:NoValues>{1,1}</ows:NoValues>
  <ows:ValuesReference ows:reference="">{1,1}</ows:ValuesReference>
  <ows:DefaultValue>{0,1}</ows:DefaultValue>
  <ows:Meaning ows:reference="">{0,1}</ows:Meaning>
  <ows:DataType ows:reference="">{0,1}</ows:DataType>
  <ows:UOM ows:reference="">{1,1}</ows:UOM>
  <ows:ReferenceSystem ows:reference="">{1,1}</ows:ReferenceSystem>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
</ows:Parameter>
Attributes
QName Type Use Annotation
name string required
Name or identifier of this
quantity.
Source
<element name="Parameter" type="ows:DomainType" minOccurs="0" maxOccurs="unbounded">
  <annotation>
    <documentation>Optional unordered list of parameter domains that each apply to this operation which this server implements. If one of these Parameter elements has the same "name" attribute as a Parameter element in the OperationsMetadata element, this Parameter element shall override the other one for this operation. The list of required and optional parameter domain limitations for this operation shall be specified in the Implementation Specification for this service.</documentation>
  </annotation>
</element>
Element ows:Operation / ows:Constraint
Namespace http://www.opengis.net/ows/2.0
Annotations
Optional unordered list of valid domain constraints
on non-parameter quantities that each apply to this operation. If
one of these Constraint elements has the same "name" attribute as
a Constraint element in the OperationsMetadata element, this
Constraint element shall override the other one for this
operation. The list of required and optional constraints for this
operation shall be specified in the Implementation Specification
for this service.
Diagram
Diagram owsDomainType_xsd.tmp#AllowedValues owsDomainType_xsd.tmp#AnyValue owsDomainType_xsd.tmp#NoValues owsDomainType_xsd.tmp#ValuesReference owsDomainType_xsd.tmp#PossibleValues owsDomainType_xsd.tmp#DefaultValue owsDomainType_xsd.tmp#Meaning owsDomainType_xsd.tmp#DataType owsDomainType_xsd.tmp#UOM owsDomainType_xsd.tmp#ReferenceSystem owsDomainType_xsd.tmp#ValuesUnit owsCommon_xsd.tmp#Metadata owsDomainType_xsd.tmp#UnNamedDomainType owsDomainType_xsd.tmp#DomainType_name owsDomainType_xsd.tmp#DomainType
Type ows:DomainType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:AllowedValues, ows:AnyValue, ows:DataType, ows:DefaultValue, ows:Meaning, ows:Metadata, ows:NoValues, ows:ReferenceSystem, ows:UOM, ows:ValuesReference
Instance
<ows:Constraint name="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:AllowedValues>{1,1}</ows:AllowedValues>
  <ows:AnyValue>{1,1}</ows:AnyValue>
  <ows:NoValues>{1,1}</ows:NoValues>
  <ows:ValuesReference ows:reference="">{1,1}</ows:ValuesReference>
  <ows:DefaultValue>{0,1}</ows:DefaultValue>
  <ows:Meaning ows:reference="">{0,1}</ows:Meaning>
  <ows:DataType ows:reference="">{0,1}</ows:DataType>
  <ows:UOM ows:reference="">{1,1}</ows:UOM>
  <ows:ReferenceSystem ows:reference="">{1,1}</ows:ReferenceSystem>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
</ows:Constraint>
Attributes
QName Type Use Annotation
name string required
Name or identifier of this
quantity.
Source
<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 operation. If one of these Constraint elements has the same "name" attribute as a Constraint element in the OperationsMetadata element, this Constraint element shall override the other one for this operation. The list of required and optional constraints for this operation shall be specified in the Implementation Specification for this service.</documentation>
  </annotation>
</element>
Element ows:OperationsMetadata / ows:Parameter
Namespace http://www.opengis.net/ows/2.0
Annotations
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.
Diagram
Diagram owsDomainType_xsd.tmp#AllowedValues owsDomainType_xsd.tmp#AnyValue owsDomainType_xsd.tmp#NoValues owsDomainType_xsd.tmp#ValuesReference owsDomainType_xsd.tmp#PossibleValues owsDomainType_xsd.tmp#DefaultValue owsDomainType_xsd.tmp#Meaning owsDomainType_xsd.tmp#DataType owsDomainType_xsd.tmp#UOM owsDomainType_xsd.tmp#ReferenceSystem owsDomainType_xsd.tmp#ValuesUnit owsCommon_xsd.tmp#Metadata owsDomainType_xsd.tmp#UnNamedDomainType owsDomainType_xsd.tmp#DomainType_name owsDomainType_xsd.tmp#DomainType
Type ows:DomainType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:AllowedValues, ows:AnyValue, ows:DataType, ows:DefaultValue, ows:Meaning, ows:Metadata, ows:NoValues, ows:ReferenceSystem, ows:UOM, ows:ValuesReference
Instance
<ows:Parameter name="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:AllowedValues>{1,1}</ows:AllowedValues>
  <ows:AnyValue>{1,1}</ows:AnyValue>
  <ows:NoValues>{1,1}</ows:NoValues>
  <ows:ValuesReference ows:reference="">{1,1}</ows:ValuesReference>
  <ows:DefaultValue>{0,1}</ows:DefaultValue>
  <ows:Meaning ows:reference="">{0,1}</ows:Meaning>
  <ows:DataType ows:reference="">{0,1}</ows:DataType>
  <ows:UOM ows:reference="">{1,1}</ows:UOM>
  <ows:ReferenceSystem ows:reference="">{1,1}</ows:ReferenceSystem>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
</ows:Parameter>
Attributes
QName Type Use Annotation
name string required
Name or identifier of this
quantity.
Source
<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 ows:OperationsMetadata / ows:Constraint
Namespace http://www.opengis.net/ows/2.0
Annotations
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.
Diagram
Diagram owsDomainType_xsd.tmp#AllowedValues owsDomainType_xsd.tmp#AnyValue owsDomainType_xsd.tmp#NoValues owsDomainType_xsd.tmp#ValuesReference owsDomainType_xsd.tmp#PossibleValues owsDomainType_xsd.tmp#DefaultValue owsDomainType_xsd.tmp#Meaning owsDomainType_xsd.tmp#DataType owsDomainType_xsd.tmp#UOM owsDomainType_xsd.tmp#ReferenceSystem owsDomainType_xsd.tmp#ValuesUnit owsCommon_xsd.tmp#Metadata owsDomainType_xsd.tmp#UnNamedDomainType owsDomainType_xsd.tmp#DomainType_name owsDomainType_xsd.tmp#DomainType
Type ows:DomainType
Type hierarchy
Properties
content complex
minOccurs 0
maxOccurs unbounded
Model
Children ows:AllowedValues, ows:AnyValue, ows:DataType, ows:DefaultValue, ows:Meaning, ows:Metadata, ows:NoValues, ows:ReferenceSystem, ows:UOM, ows:ValuesReference
Instance
<ows:Constraint name="" xmlns:ows="http://www.opengis.net/ows/2.0">
  <ows:AllowedValues>{1,1}</ows:AllowedValues>
  <ows:AnyValue>{1,1}</ows:AnyValue>
  <ows:NoValues>{1,1}</ows:NoValues>
  <ows:ValuesReference ows:reference="">{1,1}</ows:ValuesReference>
  <ows:DefaultValue>{0,1}</ows:DefaultValue>
  <ows:Meaning ows:reference="">{0,1}</ows:Meaning>
  <ows:DataType ows:reference="">{0,1}</ows:DataType>
  <ows:UOM ows:reference="">{1,1}</ows:UOM>
  <ows:ReferenceSystem ows:reference="">{1,1}</ows:ReferenceSystem>
  <ows:Metadata about="" xlink:actuate="" xlink:arcrole="" xlink:href="" xlink:role="" xlink:show="" xlink:title="" xlink:type="simple">{0,unbounded}</ows:Metadata>
</ows:Constraint>
Attributes
QName Type Use Annotation
name string required
Name or identifier of this
quantity.
Source
<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 ows:ExtendedCapabilities
Namespace http://www.opengis.net/ows/2.0
Annotations
Individual software vendors and servers can use this
element to provide metadata about any additional server
abilities.
Diagram
Diagram
Used by
Source
<element name="ExtendedCapabilities" type="anyType">
  <annotation>
    <documentation>Individual software vendors and servers can use this element to provide metadata about any additional server abilities.</documentation>
  </annotation>
</element>
Complex Type ows:RequestMethodType
Namespace http://www.opengis.net/ows/2.0
Annotations
Connect point URL and any constraints for this HTTP
request method for this operation request. In the OnlineResourceType,
the xlink:href attribute in the xlink:simpleAttrs attribute group shall
be used to contain this URL. The other attributes in the
xlink:simpleAttrs attribute group should not be used.
Diagram
Diagram xlink_xsd.tmp#simpleAttrs ows19115subset_xsd.tmp#http___www.opengis.net_ows_2.0_OnlineResourceType owsOperationsMetadata_xsd.tmp#RequestMethodType_Constraint
Type extension of ows:OnlineResourceType
Type hierarchy
Used by
Model
Children ows:Constraint
Attributes
Source
<complexType name="RequestMethodType">
  <annotation>
    <documentation>Connect point URL and any constraints for this HTTP request method for this operation request. In the OnlineResourceType, the xlink:href attribute in the xlink:simpleAttrs attribute group shall be used to contain this URL. The other attributes in the xlink:simpleAttrs attribute group should not be used.</documentation>
  </annotation>
  <complexContent>
    <extension base="ows:OnlineResourceType">
      <sequence>
        <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 request method for this operation. If one of these Constraint elements has the same "name" attribute as a Constraint element in the OperationsMetadata or Operation element, this Constraint element shall override the other one for this operation. The list of required and optional constraints for this request method for this operation shall be specified in the Implementation Specification for this service.</documentation>
          </annotation>
        </element>
      </sequence>
    </extension>
  </complexContent>
</complexType>
Attribute ows:Operation / @name
Namespace No namespace
Annotations
Name or identifier of this operation (request) (for
example, GetCapabilities). The list of required and optional
operations implemented shall be specified in the Implementation
Specification for this service.
Type string
Properties
use required
Used by
Element ows:Operation
Source
<attribute name="name" type="string" use="required">
  <annotation>
    <documentation>Name or identifier of this operation (request) (for example, GetCapabilities). The list of required and optional operations implemented shall be specified in the Implementation Specification for this service.</documentation>
  </annotation>
</attribute>