Definition Type: ComplexType
Name: ParameterValueType
Namespace: http://www.opengis.net/gml
Type: gml:GeneralParameterValueType
Containing Schema: coordinateOperations.xsd
Abstract
Documentation:
A parameter value or reference to a file of parameter values.
Collapse XSD Schema Diagram:
Drilldown into valueOfParameter in schema coordinateoperations_xsd Drilldown into valueFile in schema coordinateoperations_xsd Drilldown into integerValueList in schema coordinateoperations_xsd Drilldown into valueList in schema coordinateoperations_xsd Drilldown into booleanValue in schema coordinateoperations_xsd Drilldown into integerValue in schema coordinateoperations_xsd Drilldown into stringValue in schema coordinateoperations_xsd Drilldown into dmsAngleValue in schema coordinateoperations_xsd Drilldown into value in schema coordinateoperations_xsd Drilldown into GeneralParameterValueType in schema coordinateoperations_xsdXSD Diagram of ParameterValueType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="ParameterValueType">
    <annotation>
        <documentation>A parameter value or reference to a file of parameter values. </documentation>
    </annotation>
    <complexContent>
        <extension base="gml:GeneralParameterValueType">
            <sequence>
                <choice>
                    <element name="value" type="gml:MeasureType">
                        <annotation>
                            <documentation>Numeric value of an operation parameter, with its associated unit of measure. </documentation>
                        </annotation>
                    </element>
                    <element name="dmsAngleValue" type="gml:DMSAngleType">
                        <annotation>
                            <documentation>Value of an angle operation parameter, in either degree-minute-second format or single value format. </documentation>
                        </annotation>
                    </element>
                    <element name="stringValue" type="string">
                        <annotation>
                            <documentation>String value of an operation parameter. A string value does not have an associated unit of measure. </documentation>
                        </annotation>
                    </element>
                    <element name="integerValue" type="positiveInteger">
                        <annotation>
                            <documentation>Positive integer value of an operation parameter, usually used for a count. An integer value does not have an associated unit of measure. </documentation>
                        </annotation>
                    </element>
                    <element name="booleanValue" type="boolean">
                        <annotation>
                            <documentation>Boolean value of an operation parameter  A Boolean value does not have an associated unit of measure. </documentation>
                        </annotation>
                    </element>
                    <element name="valueList" type="gml:MeasureListType">
                        <annotation>
                            <documentation>List 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 list of double values. </documentation>
                        </annotation>
                    </element>
                    <element name="integerValueList" type="gml:integerList">
                        <annotation>
                            <documentation>List 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 list of integer values. </documentation>
                        </annotation>
                    </element>
                    <element name="valueFile" type="anyURI">
                        <annotation>
                            <documentation>Reference to a file containing multiple parameter values, each numeric value with its associated unit of measure. </documentation>
                        </annotation>
                    </element>
                </choice>
                <element name="valueOfParameter" type="gml:OperationParameterRefType">
                    <annotation>
                        <documentation>Association to the operation parameter that this is a value of. </documentation>
                    </annotation>
                </element>
            </sequence>
        </extension>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
value gml:value (1) (1)
dmsAngleValue gml:dmsAngleValue (1) (1)
stringValue gml:stringValue (1) (1)
integerValue gml:integerValue (1) (1)
booleanValue gml:booleanValue (1) (1)
valueList gml:valueList (1) (1)
integerValueList gml:integerValueList (1) (1)
valueFile gml:valueFile (1) (1)
valueOfParameter gml:valueOfParameter (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:parameterValuegml:usesValue, gml:usesValue,