ows:Parameter
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.
Element information
Namespace: http://niem.gov/niem/external/ogc-ows/1.0.0/dhs-gmo/1.0.0
Schema document: external/ogc-ows/1.0.0/dhs-gmo/1.0.0/ows.xsd
Other elements with the same name: ows:Parameter
Type: ows:DomainType
Properties: Local, Qualified
Content
- Sequence [1..1]
- ows:Value [1..*] Unordered list of all the valid values for this parameter or other quantity. For those parameters that contain a list or sequence of values, these values shall be for individual values in the list. The allowed set of values and the allowed server restrictions on that set of values shall be specified in the Implementation Specification for this service.
- ows:Metadata [0..*] Optional unordered list of additional metadata about this parameter. A list of required and optional metadata elements for this domain should be specified in the Implementation Specification for this service. (Informative: This metadata might specify the meanings of the valid values.)
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
name | [1..1] | xsd:string | Name or identifier of this parameter or other quantity. |
Used in
- Anonymous type of element ows:Operation
Sample instance
<ows:Parameter name="string"> <ows:Value>string</ows:Value> <ows:Metadata> <ows:AbstractMetaData>any content</ows:AbstractMetaData> </ows:Metadata> </ows:Parameter>