complexType EntityTextureType
diagram plmxml_diagrams/plmxml_p315.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:TextureCoord plm:EntityRef
used by
element EntityTexture
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xsd:ID  optional      
name  xsd:string  optional      
nameRef  plm:anyURIType  optional      
descriptionTextRef  plm:anyURIType  optional      
attributeRefs  xsd:IDREFS  optional      
textureRef  xsd:IDREF  required      
annotation
documentation

      Texture structures that can be associated with a remote entity.
     
source <xsd:complexType name="EntityTextureType">
 
<xsd:annotation>
   
<xsd:documentation>
      Texture structures that can be associated with a remote entity.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:sequence>
       
<xsd:element name="TextureCoord" type="plm:TextureCoordType" minOccurs="0" maxOccurs="unbounded"/>
       
<xsd:element ref="plm:EntityRef" minOccurs="0" maxOccurs="unbounded"/>
     
</xsd:sequence>
     
<xsd:attribute name="textureRef" type="xsd:IDREF" use="required" plm:refType="plm:Texture"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

element EntityTextureType/TextureCoord
diagram plmxml_diagrams/plmxml_p316.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:TextureCoordType
properties
minOcc 0
maxOcc unbounded
content complex
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:element name="TextureCoord" type="plm:TextureCoordType" minOccurs="0" maxOccurs="unbounded"/>


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