Definition Type: ComplexType
Name: TopoPrimitiveArrayAssociationType
Namespace: http://www.opengis.net/gml
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_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>
        <choice minOccurs="0" maxOccurs="unbounded">
            <element ref="gml:_TopoPrimitive" />
        </choice>
    </sequence>
    <!-- 			</restriction>
		</complexContent> -->
</complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
_TopoPrimitive gml:_TopoPrimitive (1) (1)
Collapse Derivation Tree:
Collapse References:
gml:topoPrimitiveMembers