complexType TextureDataType
diagram plmxml_diagrams/plmxml_p527.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:Texture2D plm:Texture1D
used by
elements TextureType/TextureData TextureData
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      
annotation
documentation

      Basic texture data definition
     
source <xsd:complexType name="TextureDataType">
 
<xsd:annotation>
   
<xsd:documentation>
      Basic texture data definition
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice>
       
<xsd:element name="Texture2D" type="plm:Texture2DType"/>
       
<xsd:element name="Texture1D" type="plm:Texture1DType"/>
     
</xsd:choice>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element TextureDataType/Texture2D
diagram plmxml_diagrams/plmxml_p528.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Texture2DType
properties
content complex
children plm:Data
attributes
Name  Type  Use  Default  Fixed  Annotation
format  plm:TextureDataFormatType  required      
levels  xsd:positiveInteger    1    
source <xsd:element name="Texture2D" type="plm:Texture2DType"/>

element TextureDataType/Texture1D
diagram plmxml_diagrams/plmxml_p529.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Texture1DType
properties
content complex
children plm:Data
attributes
Name  Type  Use  Default  Fixed  Annotation
format  plm:TextureDataFormatType  required      
levels  xsd:positiveInteger    1    
source <xsd:element name="Texture1D" type="plm:Texture1DType"/>


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