simpleType RGBType
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of plm:RGBFloatListType
properties
base plm:RGBFloatListType
used by
attributes MaterialType/@ambient LightSourceBase/@ambient ColourType/@ambient DisplayControlType/@backgroundColour RouteType/@colour WireType/@colour CableType/@colour MaterialType/@diffuse LightSourceBase/@diffuse ColourType/@diffuse MaterialType/@emissive ColourType/@emissive MaterialType/@specular LightSourceBase/@specular ColourType/@specular
facets
Kind Value Annotation
length 3
annotation
documentation

      Type representing a Red-Green-Blue colour.
     
source <xsd:simpleType name="RGBType">
 
<xsd:annotation>
   
<xsd:documentation>
      Type representing a Red-Green-Blue colour.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="plm:RGBFloatListType">
   
<xsd:length value="3"/>
 
</xsd:restriction>
</xsd:simpleType>


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