Definition Type: ComplexType
Name: ParameterValueType
Namespace: http://niem.gov/niem/external/ogc-gml/3.1.1/dhs-gmo/1.0.0
Type: gml:AbstractGeneralParameterValueType
Containing Schema: gml.xsd
Abstract
Documentation:
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.
Collapse XSD Schema Diagram:
Drilldown into valueOfParameter in schema gml_xsd Drilldown into valueFile in schema gml_xsd Drilldown into integerValueList in schema gml_xsd Drilldown into valueList in schema gml_xsd Drilldown into booleanValue in schema gml_xsd Drilldown into integerValue in schema gml_xsd Drilldown into stringValue in schema gml_xsd Drilldown into dmsAngleValue in schema gml_xsd Drilldown into value in schema gml_xsd Drilldown into AbstractGeneralParameterValueType in schema gml_xsdXSD Diagram of ParameterValueType in schema gml_xsd (National Information Exchange Model (NEIM))
Collapse XSD Schema Code:
<complexType name="ParameterValueType">
    <annotation>
        <documentation>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. </documentation>
    </annotation>
    <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:valueOfParameter" />
            </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:parameterValue, gml:usesValue