diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:GeometryBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="startT" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="endT" type="xsd:double" use="optional"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:ReferencePointType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="StartPoint" type="plm:ReferencePointType" minOccurs="0"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:ReferencePointType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="EndPoint" type="plm:ReferencePointType" minOccurs="0"/> |
diagram | |||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | plm:SamplePointsType | ||||||||||||
properties |
|
||||||||||||
attributes |
|
||||||||||||
source | <xsd:element name="SamplePoints" type="plm:SamplePointsType" minOccurs="0"/> |