Definition Type: ComplexType
Name: AbstractFeatureMemberType
Namespace: http://www.opengis.net/gml/3.2
Containing Schema: feature.xsd
Abstract True
Documentation:
To create a collection of GML features, a property type shall be derived by extension from gml:AbstractFeatureMemberType. By default, this abstract property type does not imply any ownership of the features in the collection. The owns attribute of gml:OwnershipAttributeGroup may be used on a property element instance to assert ownership of a feature in the collection. A collection shall not own a feature already owned by another object.
Collapse XSD Schema Diagram:
Drilldown into owns in schema gmlbase_xsd Drilldown into OwnershipAttributeGroup in schema gmlbase_xsdXSD Diagram of AbstractFeatureMemberType in schema feature_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="AbstractFeatureMemberType" abstract="true">
    <annotation>
        <documentation>To create a collection of GML features, a property type shall be derived by extension from gml:AbstractFeatureMemberType.
By default, this abstract property type does not imply any ownership of the features in the collection. The owns attribute of gml:OwnershipAttributeGroup may be used on a property element instance to assert ownership of a feature in the collection. A collection shall not own a feature already owned by another object.</documentation>
    </annotation>
    <sequence />
    <attributeGroup ref="gml:OwnershipAttributeGroup" />
</complexType>
Collapse Child Attributes:
Name Type Default Value Use
owns gml:owns false (Optional)
Collapse Derivation Tree:
Collapse References:
gml:DynamicFeatureMemberType