complexType CompositeCurveType
diagram plmxml_diagrams/plmxml_p256.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 CompositeCurve
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      
curves  xsd:IDREFS  required      
appinfo
validate=skipName
isClosed  xsd:boolean    false    
annotation
documentation

      Composite Curve, formed by joining curves together end-to-end.
            
      Attributes:
     
      curves:        sequence of curves. NB this attribute name is non-standard,
                     PLMXML conventions require that IDREFS attributes end in 'Refs'.
      isClosed:      true if the end of the last curve coincides with the start
                     of the first.
     
source <xsd:complexType name="CompositeCurveType">
 
<xsd:annotation>
   
<xsd:documentation>
      Composite Curve, formed by joining curves together end-to-end.
            
      Attributes:
     
      curves:        sequence of curves. NB this attribute name is non-standard,
                     PLMXML conventions require that IDREFS attributes end in 'Refs'.
      isClosed:      true if the end of the last curve coincides with the start
                     of the first.
     
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:CurveBase">
     
<xsd:attribute name="curves" type="xsd:IDREFS" 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="isClosed" type="xsd:boolean" default="false"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute CompositeCurveType/@curves
type xsd:IDREFS
properties
use required
annotation
appinfo
validate=skipName
source <xsd:attribute name="curves" type="xsd:IDREFS" 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 CompositeCurveType/@isClosed
type xsd:boolean
properties
default false
source <xsd:attribute name="isClosed" type="xsd:boolean" default="false"/>


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