complexType LineWidthType
diagram plmxml_diagrams/plmxml_p363.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 LineWidthListType/LineWidth
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      
meters  xsd:double  optional      
pixels  xsd:double  optional      
annotation
documentation

      A definition of a line width.

      Attributes:

      name:             Inherited from AttribOwner.
      meters:           The line width in meters.
      pixels:           The line width in pixels.
     
source <xsd:complexType name="LineWidthType">
 
<xsd:annotation>
   
<xsd:documentation>
      A definition of a line width.

      Attributes:

      name:             Inherited from AttribOwner.
      meters:           The line width in meters.
      pixels:           The line width in pixels.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="meters" type="xsd:double" use="optional"/>
     
<xsd:attribute name="pixels" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LineWidthType/@meters
type xsd:double
properties
use optional
source <xsd:attribute name="meters" type="xsd:double" use="optional"/>

attribute LineWidthType/@pixels
type xsd:double
properties
use optional
source <xsd:attribute name="pixels" type="xsd:double" use="optional"/>


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