<element name="trianglePatches" type="gml:TrianglePatchArrayPropertyType" substitutionGroup="gml:patches">
<annotation>
<documentation>This property element contains a list of
triangle patches. The order of the patches is significant and
shall be preserved when processing the list.</documentation>
</annotation>
</element>
<gml:trianglePatches>
<gml:Triangle>
<gml:exterior>
<gml:LinearRing>
<gml:posList>
<!--省略-->
</gml:posList>
</gml:LinearRing>
</gml:exterior>
</gml:Triangle>
<!--省略-->
</gml:trianglePatches>