ows:Constraint
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.
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:Constraint, ows:Constraint
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:Constraint name="string"> <ows:Value>string</ows:Value> <ows:Metadata> <ows:AbstractMetaData>any content</ows:AbstractMetaData> </ows:Metadata> </ows:Constraint>