diagram |
|
namespace |
http://www.plmxml.org/Schemas/PLMXMLSchema |
type |
extension of plm:AttribOwnerBase |
properties |
|
children |
plm:Description plm:ApplicationRef plm:Attribute |
used by |
|
attributes |
|
source |
<xsd:complexType name="DisplayControlType">
<xsd:complexContent>
<xsd:extension base="plm:AttribOwnerBase">
<xsd:attribute name="drawingStyle" type="plm:DrawingStyleType" default="shaded"/>
<xsd:attribute name="shadingStyle" type="plm:ShadingStyleType" default="flat"/>
<xsd:attribute name="backgroundColour" type="plm:RGBType" default="0.0 0.0 0.0"/>
<xsd:attribute name="lightSourceRefs" type="xsd:IDREFS" use="optional"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType> |