complexType DirectionalLightType
diagram plmxml_diagrams/plmxml_p294.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:LightSourceBase
properties
base plm:LightSourceBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element DirectionalLight
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      
ambient  plm:RGBType    0.0 0.0 0.0    
diffuse  plm:RGBType    1.0 1.0 1.0    
specular  plm:RGBType    1.0 1.0 1.0    
intensity  plm:AlphaType    1.0    
direction  plm:VectorType    0.0 0.0 1.0    
annotation
documentation

      Directional Light Source (from infinity)
     
      Attributes:
     
      direction:     direction TO the light source.
     
source <xsd:complexType name="DirectionalLightType">
 
<xsd:annotation>
   
<xsd:documentation>
      Directional Light Source (from infinity)
     
      Attributes:
     
      direction:     direction TO the light source.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:LightSourceBase">
     
<xsd:attribute name="direction" type="plm:VectorType" default="0.0 0.0 1.0"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DirectionalLightType/@direction
type plm:VectorType
properties
default 0.0 0.0 1.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="direction" type="plm:VectorType" default="0.0 0.0 1.0"/>


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