Schema Central > NIEM 2.0 > ows.xsd > ows:Operation
Advanced search
Need NIEM Help?

Recommended Reading:

Definitive XML Schema

 

Web Service Contract Design and Versioning for SOA

 

Advanced XML Applications

 

ows:Operation

Metadata for one operation that this server implements. 

Element information

Type: Anonymous

Properties: Global, Qualified

Content

Attributes

NameOccTypeDescriptionNotes
name [1..1]xsd:stringName 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.

Used in

Sample instance

<ows:Operation name="string">
   <ows:DCP>
      <ows:HTTP>
         <ows:Get>...
         </ows:Get>
      </ows:HTTP>
   </ows:DCP>
   <ows:Parameter name="string">
      <ows:Value>string</ows:Value>
      <ows:Metadata>
         <ows:AbstractMetaData>any content</ows:AbstractMetaData>
      </ows:Metadata>
   </ows:Parameter>
   <ows:Constraint name="string">
      <ows:Value>string</ows:Value>
      <ows:Metadata>
         <ows:AbstractMetaData>any content</ows:AbstractMetaData>
      </ows:Metadata>
   </ows:Constraint>
   <ows:Metadata>
      <ows:AbstractMetaData>any content</ows:AbstractMetaData>
   </ows:Metadata>
</ows:Operation>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com