complexType PolyLineType
diagram plmxml_diagrams/plmxml_p446.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 plm:Points
used by
elements Ann3DUserDefinedSymbolType/PolyLine Ann3DCPSOpenPolylineCutterType/Polyline Ann3DCPSClosedPolylineCutterType/Polyline MarkupType/Redline PolyLine
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      
closed  xsd:boolean    false    
dimension  plm:PolyLineDimensionType    3    
type  xsd:string  optional      
annotation
documentation

      Polyline, i.e. sequence of connected line-segments.
     
      Attributes:
     
      closed:        true if the end of the polyline equals its start.
      dimension:     dimension of the curve. This determines the length of each
                     vector in 'Points'. Defaults to 3.
                    
      type:          an optional indication of the shape of the polyline, e.g. "arc".
                    
      Elements:
     
      Points:        coordinates of the ends of the line segments, in order.
     
source <xsd:complexType name="PolyLineType">
 
<xsd:annotation>
   
<xsd:documentation>
      Polyline, i.e. sequence of connected line-segments.
     
      Attributes:
     
      closed:        true if the end of the polyline equals its start.
      dimension:     dimension of the curve. This determines the length of each
                     vector in 'Points'. Defaults to 3.
                    
      type:          an optional indication of the shape of the polyline, e.g. "arc".
                    
      Elements:
     
      Points:        coordinates of the ends of the line segments, in order.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:CurveBase">
     
<xsd:sequence>
       
<xsd:element name="Points" type="plm:DoubleListType"/>
     
</xsd:sequence>
     
<xsd:attribute name="closed" type="xsd:boolean" default="false"/>
     
<xsd:attribute name="dimension" type="plm:PolyLineDimensionType" default="3"/>
     
<xsd:attribute name="type" type="xsd:string" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PolyLineType/@closed
type xsd:boolean
properties
default false
source <xsd:attribute name="closed" type="xsd:boolean" default="false"/>

attribute PolyLineType/@dimension
type plm:PolyLineDimensionType
properties
default 3
facets
Kind Value Annotation
minInclusive 2
maxInclusive 3
source <xsd:attribute name="dimension" type="plm:PolyLineDimensionType" default="3"/>

attribute PolyLineType/@type
type xsd:string
properties
use optional
source <xsd:attribute name="type" type="xsd:string" use="optional"/>

element PolyLineType/Points
diagram plmxml_diagrams/plmxml_p447.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DoubleListType
properties
content simple
source <xsd:element name="Points" type="plm:DoubleListType"/>


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