diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="LightSourceBase" abstract="true"> <xsd:annotation> <xsd:documentation> Base class for elements representing Light Sources Attributes: ambient: ambient light diffuse: diffuse light specular: specular light intensity: intensity multiplier </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:attribute name="ambient" type="plm:RGBType" default="0.0 0.0 0.0"/> <xsd:attribute name="diffuse" type="plm:RGBType" default="1.0 1.0 1.0"/> <xsd:attribute name="specular" type="plm:RGBType" default="1.0 1.0 1.0"/> <xsd:attribute name="intensity" type="plm:AlphaType" default="1.0"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:RGBType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="ambient" type="plm:RGBType" default="0.0 0.0 0.0"/> |
type | plm:RGBType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="diffuse" type="plm:RGBType" default="1.0 1.0 1.0"/> |
type | plm:RGBType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="specular" type="plm:RGBType" default="1.0 1.0 1.0"/> |
type | plm:AlphaType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xsd:attribute name="intensity" type="plm:AlphaType" default="1.0"/> |