complexType SPCurveType
diagram plmxml_diagrams/plmxml_p492.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:CurveBase
properties
base plm:CurveBase
children plm:Description plm:ApplicationRef plm:Attribute plm:PropertyGroup plm:StartPoint plm:EndPoint plm:SamplePoints
used by
element SPCurve
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      
parameterCurve  xsd:IDREF  required      
appinfo
validate=skipName
surface  xsd:IDREF  required      
appinfo
validate=skipName
annotation
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'.
     
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>

attribute SPCurveType/@parameterCurve
type xsd:IDREF
properties
use required
annotation
appinfo
validate=skipName
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>

attribute SPCurveType/@surface
type xsd:IDREF
properties
use required
annotation
appinfo
validate=skipName
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>


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