complexType PlaneCurveBase
diagram plmxml_diagrams/plmxml_p436.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:CurveBase
properties
base plm:CurveBase
abstract true
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
used by
complexTypes CircleType EllipseType
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    0 0 0    
zAxis  plm:DirectionType    0 0 1    
xAxis  plm:DirectionType    1 0 0    
annotation
documentation

      Base class for 3D curves which lie in a plane.
     
      Attributes:
     
      origin:        centre of plane
      zAxis:         normal to plane
      xAxis:         x-direction in plane
     
source <xsd:complexType name="PlaneCurveBase" abstract="true">
 
<xsd:annotation>
   
<xsd:documentation>
      Base class for 3D curves which lie in a plane.
     
      Attributes:
     
      origin:        centre of plane
      zAxis:         normal to plane
      xAxis:         x-direction in plane
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:CurveBase">
     
<xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/>
     
<xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/>
     
<xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute PlaneCurveBase/@origin
type plm:VectorType
properties
default 0 0 0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="origin" type="plm:VectorType" default="0 0 0"/>

attribute PlaneCurveBase/@zAxis
type plm:DirectionType
properties
default 0 0 1
facets
Kind Value Annotation
length 3
source <xsd:attribute name="zAxis" type="plm:DirectionType" default="0 0 1"/>

attribute PlaneCurveBase/@xAxis
type plm:DirectionType
properties
default 1 0 0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="xAxis" type="plm:DirectionType" default="1 0 0"/>


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