Documentation for fieldgml

Complex Type: TrianglePatchArrayPropertyType

[Table of contents]

Super-types: SurfacePatchArrayPropertyType < TrianglePatchArrayPropertyType (by restriction)
Sub-types: None
Name TrianglePatchArrayPropertyType
Abstract no
Documentation This type defines a container for an array of triangle patches.
XML Instance Representation
<...>
Start Sequence [0..*]
<gml:Triangle> ... </gml:Triangle> [1]
End Sequence
</...>
Diagram
Schema Component Representation
<complexType name="TrianglePatchArrayPropertyType">
<complexContent>
<restriction base=" gml:SurfacePatchArrayPropertyType ">
<sequence minOccurs="0" maxOccurs="unbounded">
<element ref=" gml:Triangle "/>
</sequence>
</restriction>
</complexContent>
</complexType>