simpleType TextureMapType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute TextureType/@mapping
facets
Kind Value Annotation
enumeration decal
enumeration modulate
enumeration blend
annotation
documentation

      Texture control definition
     
source <xsd:simpleType name="TextureMapType">
 
<xsd:annotation>
   
<xsd:documentation>
      Texture control definition
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="decal"/>
   
<xsd:enumeration value="modulate"/>
   
<xsd:enumeration value="blend"/>
 
</xsd:restriction>
</xsd:simpleType>


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