Documentation for fieldgml

Complex Type: TopoPrimitiveArrayAssociationType

[Table of contents]

Super-types: None
Sub-types: None
Name TopoPrimitiveArrayAssociationType
Abstract no
Documentation This type supports embedding an array of topological primitives in a TopoComplex
XML Instance Representation
<...>
Start Choice [0..*]
<gml:_TopoPrimitive> ... </gml:_TopoPrimitive> [1]
End Choice
</...>
Diagram
h-1592914479
Schema Component Representation
<complexType name="TopoPrimitiveArrayAssociationType">
<-- <complexContent> <restriction base="gml:ArrayAssociationType"> -->
<sequence>
<choice minOccurs="0" maxOccurs="unbounded">
<element ref=" gml:_TopoPrimitive "/>
</choice>
</sequence>
<-- </restriction> </complexContent> -->
</complexType>