<xs:complexType name="IfcTextureCoordinateGenerator">
<xs:complexContent>
<xs:extension base="ifc:IfcTextureCoordinate">
<xs:sequence>
<xs:element name="Mode" type="ifc:IfcLabel" />
<xs:element name="Parameter">
<xs:complexType>
<xs:group ref="ifc:IfcSimpleValue" maxOccurs="unbounded" />
<xs:attribute ref="ex:itemType" fixed="ifc:IfcSimpleValue" />
<xs:attribute ref="ex:cType" fixed="list" />
<xs:attribute ref="ex:arraySize" use="optional" />
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
|