| diagram |
 |
| namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
| type |
extension of plm:TextureCoordDataType |
| properties |
| base | plm:TextureCoordDataType |
|
| used by |
|
| facets |
| Kind | Value | Annotation | | minLength | 1 | | | maxLength | 4 | |
|
| attributes |
|
| source |
<xsd:complexType name="TextureCoordType">
<xsd:simpleContent>
<xsd:extension base="plm:TextureCoordDataType">
<xsd:attributeGroup ref="plm:idGroup"/>
<xsd:attribute name="textureRef" type="xsd:IDREF" use="optional" plm:refType="plm:Texture"/>
<xsd:attribute name="geometryCoord" type="plm:VectorType" use="optional"/>
<xsd:attribute name="geometryParam" type="plm:GeometryParamType" use="optional"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType> |