gml:ParameterValueType
A parameter value, ordered sequence of values, or reference to a file of parameter values. This concrete complexType can be used for operation methods without using an Application Schema that defines operation-method-specialized element names and contents, especially for methods with only one instance. This complexType can be used, extended, or restricted for well-known operation methods, especially for methods with many instances.
Complex type information
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Schema document: external/ogc-gml/3.1.1/dhs-gmo/1.0.0/gml.xsd
Content
- Sequence [1..1]
- Choice [1..1]
- gml:value Numeric value of an operation parameter, with its associated unit of measure.
- gml:dmsAngleValue Value of an angle operation parameter, in either degree-minute-second format or single value format.
- gml:stringValue String value of an operation parameter. A string value does not have an associated unit of measure.
- gml:integerValue Positive integer value of an operation parameter, usually used for a count. An integer value does not have an associated unit of measure.
- gml:booleanValue Boolean value of an operation parameter. A Boolean value does not have an associated unit of measure.
- gml:valueList Ordered sequence of two or more numeric values of an operation parameter list, where each value has the same associated unit of measure. An element of this type contains a space-separated sequence of double values.
- gml:integerValueList Ordered sequence of two or more integer values of an operation parameter list, usually used for counts. These integer values do not have an associated unit of measure. An element of this type contains a space-separated sequence of integer values.
- gml:valueFile Reference to a file or a part of a file containing one or more parameter values, each numeric value with its associated unit of measure. When referencing a part of a file, that file must contain multiple identified parts, such as an XML encoded document. Furthermore, the referenced file or part of a file can reference another part of the same or different files, as allowed in XML documents.
- gml:valueOfParameter [1..1] Association to the operation parameter that this is a value of.
- Choice [1..1]
Attributes
None
Used by
- Element gml:parameterValue
- Element gml:usesValue
Type inheritance chain
- gml:AbstractGeneralParameterValueType
- gml:ParameterValueType