complexType DisplayControlType
diagram plmxml_diagrams/plmxml_p299.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element StructureDefBase/DisplayControl
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      
drawingStyle  plm:DrawingStyleType    shaded    
shadingStyle  plm:ShadingStyleType    flat    
backgroundColour  plm:RGBType    0.0 0.0 0.0    
lightSourceRefs  xsd:IDREFS  optional      
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>

attribute DisplayControlType/@drawingStyle
type plm:DrawingStyleType
properties
default shaded
facets
Kind Value Annotation
enumeration wireframe
enumeration hidden
enumeration hiddenMarked
enumeration shaded
enumeration shadedWithEdges
source <xsd:attribute name="drawingStyle" type="plm:DrawingStyleType" default="shaded"/>

attribute DisplayControlType/@shadingStyle
type plm:ShadingStyleType
properties
default flat
facets
Kind Value Annotation
enumeration flat
enumeration smooth
source <xsd:attribute name="shadingStyle" type="plm:ShadingStyleType" default="flat"/>

attribute DisplayControlType/@backgroundColour
type plm:RGBType
properties
default 0.0 0.0 0.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="backgroundColour" type="plm:RGBType" default="0.0 0.0 0.0"/>

attribute DisplayControlType/@lightSourceRefs
type xsd:IDREFS
properties
use optional
source <xsd:attribute name="lightSourceRefs" type="xsd:IDREFS" use="optional"/>


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