Definition Type: ComplexType
Name: TopoPrimitiveArrayAssociationType
Namespace: http://www.opengis.net/gml
Type: gml:ArrayAssociationType
Containing Schema: topology.xsd
Abstract
Documentation:
This type supports embedding an array of topological primitives in a TopoComplex
Collapse XSD Schema Diagram:
Drilldown into _TopoPrimitive in schema topology_xsd Drilldown into _Object in schema gmlbase_xsdXSD Diagram of TopoPrimitiveArrayAssociationType in schema topology_xsd (Geography Markup Language)
Collapse XSD Schema Code:
<complexType name="TopoPrimitiveArrayAssociationType">
    <annotation>
        <documentation>This type supports embedding an array of topological primitives in a TopoComplex</documentation>
    </annotation>
    <complexContent>
        <restriction base="gml:ArrayAssociationType">
            <sequence>
                <element ref="gml:_TopoPrimitive" minOccurs="0" maxOccurs="unbounded" />
            </sequence>
        </restriction>
    </complexContent>
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_Object gml:_Object 0 unbounded
_TopoPrimitive gml:_TopoPrimitive 0 unbounded
Collapse Derivation Tree:
Collapse References:
gml:topoPrimitiveMembers