<xs:complexType name="ArrayTriangleVertexNormalType">
<xs:annotation>
<xs:documentation>The ArrayTriangleVertexNormalType is an array of normal vectors specified in triangle vertices.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="NormalSpecial" type="TriangleVertexNormalType" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>The NormalSpecial element is a normal vector specified in a triangle vertex.</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
<xs:attribute name="n" type="NaturalType" use="required">
<xs:annotation>
<xs:documentation>The required n attribute is the number of NormalSpecial elements in this array.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType> |