| diagram | ![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| type | extension of plm:PropertyBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| 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> |
| type | plm:LineStyleEnum | ||||||||||||||||||||||||
| properties |
|
||||||||||||||||||||||||
| facets |
|
||||||||||||||||||||||||
| source | <xsd:attribute name="style" type="plm:LineStyleEnum" use="optional"/> |
| type | plm:LineThicknessEnum | ||||||||||||
| properties |
|
||||||||||||
| facets |
|
||||||||||||
| source | <xsd:attribute name="thickness" type="plm:LineThicknessEnum" use="optional"/> |
| type | xsd:double | ||
| properties |
|
||
| source | <xsd:attribute name="width" type="xsd:double" use="optional" plm:deprecated="true"/> |
| type | plm:anyURIType | ||
| properties |
|
||
| source | <xsd:attribute name="widthRef" type="plm:anyURIType" use="optional" plm:refType="plm:LineWidth"/> |