complexType TextureType
diagram plmxml_diagrams/plmxml_p530.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:TextureData
used by
element Texture
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      
dataRef  xsd:IDREF  optional      
mapping  plm:TextureMapType  required      
subsamplingLow  plm:TextureSampleType    nearest    
subsamplingHigh  plm:TextureSampleType    nearest    
oversampling  plm:TextureSampleType    nearest    
wrapping  plm:TextureWrapType    clamp    
borderColour  plm:RGBAType  optional      
annotation
documentation

      Basic texture definition
     
source <xsd:complexType name="TextureType">
 
<xsd:annotation>
   
<xsd:documentation>
      Basic texture definition
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0">
       
<xsd:element name="TextureData" type="plm:TextureDataType"/>
     
</xsd:choice>
     
<xsd:attribute name="dataRef" type="xsd:IDREF" use="optional" plm:refType="plm:TextureData"/>
     
<xsd:attribute name="mapping" type="plm:TextureMapType" use="required"/>
     
<xsd:attribute name="subsamplingLow" type="plm:TextureSampleType" default="nearest"/>
     
<xsd:attribute name="subsamplingHigh" type="plm:TextureSampleType" default="nearest"/>
     
<xsd:attribute name="oversampling" type="plm:TextureSampleType" default="nearest"/>
     
<xsd:attribute name="wrapping" type="plm:TextureWrapType" default="clamp"/>
     
<xsd:attribute name="borderColour" type="plm:RGBAType" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute TextureType/@dataRef
type xsd:IDREF
properties
use optional
source <xsd:attribute name="dataRef" type="xsd:IDREF" use="optional" plm:refType="plm:TextureData"/>

attribute TextureType/@mapping
type plm:TextureMapType
properties
use required
facets
Kind Value Annotation
enumeration decal
enumeration modulate
enumeration blend
source <xsd:attribute name="mapping" type="plm:TextureMapType" use="required"/>

attribute TextureType/@subsamplingLow
type plm:TextureSampleType
properties
default nearest
facets
Kind Value Annotation
enumeration nearest
enumeration linear
source <xsd:attribute name="subsamplingLow" type="plm:TextureSampleType" default="nearest"/>

attribute TextureType/@subsamplingHigh
type plm:TextureSampleType
properties
default nearest
facets
Kind Value Annotation
enumeration nearest
enumeration linear
source <xsd:attribute name="subsamplingHigh" type="plm:TextureSampleType" default="nearest"/>

attribute TextureType/@oversampling
type plm:TextureSampleType
properties
default nearest
facets
Kind Value Annotation
enumeration nearest
enumeration linear
source <xsd:attribute name="oversampling" type="plm:TextureSampleType" default="nearest"/>

attribute TextureType/@wrapping
type plm:TextureWrapType
properties
default clamp
facets
Kind Value Annotation
enumeration clamp
enumeration wrap
source <xsd:attribute name="wrapping" type="plm:TextureWrapType" default="clamp"/>

attribute TextureType/@borderColour
type plm:RGBAType
properties
use optional
facets
Kind Value Annotation
length 4
source <xsd:attribute name="borderColour" type="plm:RGBAType" use="optional"/>

element TextureType/TextureData
diagram plmxml_diagrams/plmxml_p531.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:TextureDataType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:Texture2D plm:Texture1D
used by
complexType RepresentationType
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      
source <xsd:element name="TextureData" type="plm:TextureDataType"/>


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