complexType LineType
diagram plmxml_diagrams/plmxml_p360.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:CurveBase
properties
base plm:CurveBase
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
used by
elements Line Ann3DUserDefinedSymbolType/Line
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      
entityRef  plm:anyURIType  optional      
propertyRefs  plm:uriReferenceListType  optional      
startT  xsd:double  optional      
endT  xsd:double  optional      
origin  plm:VectorType  required      
direction  plm:DirectionType  required      
annotation
documentation

      Straight line curve.
     
      Attributes:
     
      origin:        start (T=0).
      direction:     direction of increasing T.
     
source <xsd:complexType name="LineType">
 
<xsd:annotation>
   
<xsd:documentation>
      Straight line curve.
     
      Attributes:
     
      origin:        start (T=0).
      direction:     direction of increasing T.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:CurveBase">
     
<xsd:attribute name="origin" type="plm:VectorType" use="required"/>
     
<xsd:attribute name="direction" type="plm:DirectionType" use="required"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute LineType/@origin
type plm:VectorType
properties
use required
facets
Kind Value Annotation
length 3
source <xsd:attribute name="origin" type="plm:VectorType" use="required"/>

attribute LineType/@direction
type plm:DirectionType
properties
use required
facets
Kind Value Annotation
length 3
source <xsd:attribute name="direction" type="plm:DirectionType" use="required"/>


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