ows:Parameter
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.
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:OperationsMetadata
Sample instance
<ows:Parameter name="string"> <ows:Value>string</ows:Value> <ows:Metadata> <ows:AbstractMetaData>any content</ows:AbstractMetaData> </ows:Metadata> </ows:Parameter>