diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:PlaneCurveBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="EllipseType"> <xsd:annotation> <xsd:documentation> Elliptical curve. The T=0 point is on the positive x-axis of the underlying plane, at a distance 'majorRadius' from the origin. The T=pi/2 point is on the positive y-axis, at a distance 'minorRadius' from the origin. Attributes: majorRadius: major radius. minorRadius: minor radius. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:PlaneCurveBase"> <xsd:attribute name="majorRadius" type="xsd:double" use="required"/> <xsd:attribute name="minorRadius" type="xsd:double" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="majorRadius" type="xsd:double" use="required"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="minorRadius" type="xsd:double" use="required"/> |