Definition Type: Group
Name: LiteralValuesChoice
Namespace: http://www.opengis.net/wps/1.0.0
Containing Schema: wpsDescribeProcess_response.xsd
Documentation:
Identifies the type of this literal input and provides supporting information.
Collapse XSD Schema Diagram:
Drilldown into ValuesReference Drilldown into AnyValue Drilldown into AllowedValuesXSD Diagram of LiteralValuesChoice
Collapse XSD Schema Code:
<group name="LiteralValuesChoice">
    <annotation>
        <documentation>Identifies the type of this literal input and provides supporting information. </documentation>
    </annotation>
    <choice>
        <element ref="ows:AllowedValues">
            <annotation>
                <documentation>Indicates that there are a finite set of values and ranges allowed for this input, and contains list of all the valid values and/or ranges of values. Notice that these values and ranges can be displayed to a human client. </documentation>
            </annotation>
        </element>
        <element ref="ows:AnyValue">
            <annotation>
                <documentation>Indicates that any value is allowed for this input. This element shall be included when there are no restrictions, except for data type, on the allowable value of this input. </documentation>
            </annotation>
        </element>
        <element name="ValuesReference" type="wps:ValuesReferenceType">
            <annotation>
                <documentation>Indicates that there are a finite set of values and ranges allowed for this input, which are specified in the referenced list. </documentation>
            </annotation>
        </element>
    </choice>
</group>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
AllowedValues wps:AllowedValues (1) (1)
AnyValue wps:AnyValue (1) (1)
ValuesReference wps:ValuesReference (1) (1)
Collapse Comments:
blog comments powered by Disqus