complexType Texture2DType
diagram plmxml_diagrams/plmxml_p524.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
children plm:Data
used by
element TextureDataType/Texture2D
attributes
Name  Type  Use  Default  Fixed  Annotation
format  plm:TextureDataFormatType  required      
levels  xsd:positiveInteger    1    
source <xsd:complexType name="Texture2DType">
 
<xsd:choice maxOccurs="unbounded">
   
<xsd:element name="Data" type="plm:Texture2DDataType"/>
 
</xsd:choice>
 
<xsd:attribute name="format" type="plm:TextureDataFormatType" use="required"/>
 
<xsd:attribute name="levels" type="xsd:positiveInteger" default="1"/>
</xsd:complexType>

attribute Texture2DType/@format
type plm:TextureDataFormatType
properties
use required
facets
Kind Value Annotation
enumeration RGBA
enumeration RGB
enumeration LA
enumeration A
enumeration L
source <xsd:attribute name="format" type="plm:TextureDataFormatType" use="required"/>

attribute Texture2DType/@levels
type xsd:positiveInteger
properties
default 1
source <xsd:attribute name="levels" type="xsd:positiveInteger" default="1"/>

element Texture2DType/Data
diagram plmxml_diagrams/plmxml_p525.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:Texture2DDataType
properties
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
level  xsd:nonNegativeInteger  required      
width  xsd:positiveInteger  required      
height  xsd:positiveInteger  required      
border  xsd:nonNegativeInteger    0    
location  plm:anyURIType  optional      
appinfo
validate=skipName
source <xsd:element name="Data" type="plm:Texture2DDataType"/>


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