diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:CurveBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:VectorType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="origin" type="plm:VectorType" use="required"/> |
type | plm:DirectionType | ||||||
properties |
|
||||||
facets |
|
||||||
source | <xsd:attribute name="direction" type="plm:DirectionType" use="required"/> |