complexType TextureCoordType
diagram plmxml_diagrams/plmxml_p526.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:TextureCoordDataType
properties
base plm:TextureCoordDataType
used by
element EntityTextureType/TextureCoord
facets
Kind Value Annotation
minLength 1
maxLength 4
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
textureRef  xsd:IDREF  optional      
geometryCoord  plm:VectorType  optional      
geometryParam  plm:GeometryParamType  optional      
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>

attribute TextureCoordType/@textureRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="textureRef" type="xsd:IDREF" use="optional" plm:refType="plm:Texture"/>

attribute TextureCoordType/@geometryCoord
type plm:VectorType
properties
use optional
facets
Kind Value Annotation
length 3
source <xsd:attribute name="geometryCoord" type="plm:VectorType" use="optional"/>

attribute TextureCoordType/@geometryParam
type plm:GeometryParamType
properties
use optional
facets
Kind Value Annotation
length 2
source <xsd:attribute name="geometryParam" type="plm:GeometryParamType" use="optional"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy