complexType LineDisplayType
diagram plmxml_diagrams/plmxml_p359.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:PropertyBase
properties
base plm:PropertyBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element LineDisplay
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      
ownerRef  plm:anyURIType  optional      
style  plm:LineStyleEnum  optional      
thickness  plm:LineThicknessEnum  optional      
width  xsd:double  optional      
widthRef  plm:anyURIType  optional      
annotation
documentation

      This Property controls the display of a line.

      Attributes:
     
      style:           an enumeration defining the display.
      thickness:       an enumeration defining the thickness of the line.
      widthRef:        References a LineWidth, which specifies the thickness of
                       the line quantitatively.
     
source <xsd:complexType name="LineDisplayType">
 
<xsd:annotation>
   
<xsd:documentation>
      This Property controls the display of a line.

      Attributes:
     
      style:           an enumeration defining the display.
      thickness:       an enumeration defining the thickness of the line.
      widthRef:        References a LineWidth, which specifies the thickness of
                       the line quantitatively.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:PropertyBase">
     
<xsd:attribute name="style" type="plm:LineStyleEnum" use="optional"/>
     
<xsd:attribute name="thickness" type="plm:LineThicknessEnum" use="optional"/>
     
<xsd:attribute name="width" type="xsd:double" use="optional" plm:deprecated="true"/>
     
<xsd:attribute name="widthRef" type="plm:anyURIType" use="optional" plm:refType="plm:LineWidth"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LineDisplayType/@style
type plm:LineStyleEnum
properties
use optional
facets
Kind Value Annotation
enumeration solid
enumeration dashed
enumeration longDashed
enumeration dotDash
enumeration dotted
enumeration phantom
enumeration centreline
source <xsd:attribute name="style" type="plm:LineStyleEnum" use="optional"/>

attribute LineDisplayType/@thickness
type plm:LineThicknessEnum
properties
use optional
facets
Kind Value Annotation
enumeration thin
enumeration normal
enumeration thick
source <xsd:attribute name="thickness" type="plm:LineThicknessEnum" use="optional"/>

attribute LineDisplayType/@width
type xsd:double
properties
use optional
source <xsd:attribute name="width" type="xsd:double" use="optional" plm:deprecated="true"/>

attribute LineDisplayType/@widthRef
type plm:anyURIType
properties
use optional
source <xsd:attribute name="widthRef" type="plm:anyURIType" use="optional" plm:refType="plm:LineWidth"/>


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