Definition Type: ComplexType
Name: ParameterValueType
Namespace: http://www.opengis.net/gml/3.2
Type: gml:AbstractGeneralParameterValueType
Containing Schema: coordinateOperations.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into operationParameter 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 deprecatedtypes_xsd Drilldown into value in schema coordinateoperations_xsd Drilldown into AbstractGeneralParameterValueType in schema coordinateoperations_xsdXSD Diagram of ParameterValueType in schema coordinateoperations_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="ParameterValueType">
    <complexContent>
        <extension base="gml:AbstractGeneralParameterValueType">
            <sequence>
                <choice>
                    <element ref="gml:value" />
                    <element ref="gml:dmsAngleValue" />
                    <element ref="gml:stringValue" />
                    <element ref="gml:integerValue" />
                    <element ref="gml:booleanValue" />
                    <element ref="gml:valueList" />
                    <element ref="gml:integerValueList" />
                    <element ref="gml:valueFile" />
                </choice>
                <element ref="gml:operationParameter" />
            </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)
operationParameter gml:operationParameter (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:ParameterValue