Definition Type: ComplexType
Name: FeatureArrayPropertyType
Namespace: http://www.opengis.net/gml
Containing Schema: feature.xsd
Abstract
Documentation:
Container for features - follow gml:ArrayAssociationType pattern.
Collapse XSD Schema Diagram:
Drilldown into _Feature in schema feature_xsdXSD Diagram of FeatureArrayPropertyType in schema feature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="FeatureArrayPropertyType">
    <annotation>
        <documentation>Container for features - follow gml:ArrayAssociationType pattern.</documentation>
    </annotation>
    <sequence>
        <element ref="gml:_Feature" minOccurs="0" maxOccurs="unbounded" />
    </sequence>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Feature gml:_Feature 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:featureMembers