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="SPCurveType"> <xsd:annotation> <xsd:documentation> A curve defined in the parameter-space of a surface. The x,y positions of the curve correspond to u,v parameters in the surface. Attributes: parameterCurve: reference to a 2-dimensional BSpline curve. surface: reference to a surface. NB both these attributes have non-standard names, PLMXML conventions require reference attributes to end in 'Ref'. </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:CurveBase"> <xsd:attribute name="parameterCurve" type="xsd:IDREF" use="required" plm:refType="plm:Curve"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo> </xsd:annotation> </xsd:attribute> <xsd:attribute name="surface" type="xsd:IDREF" use="required" plm:refType="plm:Surface"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo> </xsd:annotation> </xsd:attribute> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | xsd:IDREF | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="parameterCurve" type="xsd:IDREF" use="required" plm:refType="plm:Curve"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo> </xsd:annotation> </xsd:attribute> |
type | xsd:IDREF | ||
properties |
|
||
annotation |
|
||
source | <xsd:attribute name="surface" type="xsd:IDREF" use="required" plm:refType="plm:Surface"> <xsd:annotation> <xsd:appinfo source="http://www.plmxml.org/tools/CodeGenerator">validate=skipName</xsd:appinfo> </xsd:annotation> </xsd:attribute> |