Definition Type: ComplexType
Name: ValueArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: valueObjects.xsd
Abstract
Documentation:
GML property which refers to, or contains, a set of homogeneously typed Values.
Collapse XSD Schema Diagram:
Drilldown into measure in schema measures_xsd Drilldown into Null in schema basictypes_xsd Drilldown into _TimeObject in schema temporal_xsd Drilldown into _Geometry in schema geometrybasic0d1d_xsd Drilldown into _Value in schema valueobjects_xsd Drilldown into Value in schema valueobjects_xsdXSD Diagram of ValueArrayPropertyType in schema valueobjects_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="ValueArrayPropertyType">
    <annotation>
        <documentation>GML property which refers to, or contains, a set of homogeneously typed Values. </documentation>
    </annotation>
    <sequence>
        <group ref="gml:Value" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Value gml:_Value (1) (1)
_Geometry gml:_Geometry (1) (1)
_TimeObject gml:_TimeObject (1) (1)
Null gml:Null (1) (1)
measure gml:measure (1) (1)
<xs:group> gml:Value (1) unbounded
Collapse Derivation Tree:
Collapse References:
gml:valueComponents