complexType CurveBase
diagram plmxml_diagrams/plmxml_p274.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:GeometryBase
properties
base plm:GeometryBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
used by
element Curve
complexTypes BSplineCurveType CompositeCurveType LineType PlaneCurveBase PolyLineType SPCurveType
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      
annotation
documentation

      Base class for elements representing parametrised curves in 3-space.
     
      Attributes:
     
      startT:        start parameter
      endT:          end parameter
     
      Elements:
     
      StartPoint:    optional coordinates of start point
      EndPoint:      optional coordinates of end point
      SamplePoints:  optional coordinates of a sequence of points along curve
     
source <xsd:complexType name="CurveBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for elements representing parametrised curves in 3-space.
     
      Attributes:
     
      startT:        start parameter
      endT:          end parameter
     
      Elements:
     
      StartPoint:    optional coordinates of start point
      EndPoint:      optional coordinates of end point
      SamplePoints:  optional coordinates of a sequence of points along curve
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:GeometryBase">
     
<xsd:sequence>
       
<xsd:element name="StartPoint" type="plm:ReferencePointType" minOccurs="0"/>
       
<xsd:element name="EndPoint" type="plm:ReferencePointType" minOccurs="0"/>
       
<xsd:element name="SamplePoints" type="plm:SamplePointsType" minOccurs="0"/>
     
</xsd:sequence>
     
<xsd:attribute name="startT" type="xsd:double" use="optional"/>
     
<xsd:attribute name="endT" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

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

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

element CurveBase/StartPoint
diagram plmxml_diagrams/plmxml_p275.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ReferencePointType
properties
minOcc 0
maxOcc 1
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
position  plm:VectorType        
source <xsd:element name="StartPoint" type="plm:ReferencePointType" minOccurs="0"/>

element CurveBase/EndPoint
diagram plmxml_diagrams/plmxml_p276.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ReferencePointType
properties
minOcc 0
maxOcc 1
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
position  plm:VectorType        
source <xsd:element name="EndPoint" type="plm:ReferencePointType" minOccurs="0"/>

element CurveBase/SamplePoints
diagram plmxml_diagrams/plmxml_p277.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:SamplePointsType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
tolerance  xsd:double        
source <xsd:element name="SamplePoints" type="plm:SamplePointsType" minOccurs="0"/>


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