<xs:element name="MeshTriangle" type="ElementReferenceType"><xs:annotation><xs:documentation>The MeshTriangle element is the identifier of a triangle mesh.</xs:documentation></xs:annotation></xs:element>
The optional label attribute is the model entity "nameplate". Normally it can be seen at the entity item in the project tree.
Source
<xs:complexType name="PathTriangulationType"><xs:annotation><xs:documentation>The PathTriangulationType defines a triangulation path (polylines formed from the triangle edges).</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="GeometryBaseType"><xs:sequence><xs:element ref="PathTriangulationCore"><xs:annotation><xs:documentation>The PathTriangulationCore element defines the mathematical core of this curve type.</xs:documentation></xs:annotation></xs:element><xs:element name="MeshTriangle" type="ElementReferenceType"><xs:annotation><xs:documentation>The MeshTriangle element is the identifier of a triangle mesh.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>