complexType DriverDataType
diagram plmxml_diagrams/plmxml_p879.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute plm:DriverComponent
used by
element DriverData
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      
annotation
documentation

            Additional data for a Driver Constraint. Only one DriverData sub-element is allowed in a
            Constraint, ConstraintInstance or ConstraintOccurrence element. Several degrees of freedom may
            be driven by having several DriverComponent sub-elements in a DriverData element.

            Attributes:

            id:             Inherited from AttribOwner.
            name:           Inherited from AttribOwner.

            Sub-element:

            DriverComponent: The components of the Driver represented as DriverComponentType.
         
source <xsd:complexType name="DriverDataType">
 
<xsd:annotation>
   
<xsd:documentation>
            Additional data for a Driver Constraint. Only one DriverData sub-element is allowed in a
            Constraint, ConstraintInstance or ConstraintOccurrence element. Several degrees of freedom may
            be driven by having several DriverComponent sub-elements in a DriverData element.

            Attributes:

            id:             Inherited from AttribOwner.
            name:           Inherited from AttribOwner.

            Sub-element:

            DriverComponent: The components of the Driver represented as DriverComponentType.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="6">
       
<xsd:element name="DriverComponent" type="plm:DriverComponentType"/>
     
</xsd:choice>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

element DriverDataType/DriverComponent
diagram plmxml_diagrams/plmxml_p880.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:DriverComponentType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:DisplacementExpression plm:VelocityExpression plm:AccelerationExpression
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      
type  plm:DriverEnum  required      
degreeOfFreedom  plm:DegreeOfFreedomEnum  optional      
displacement  xsd:double    0.0    
velocity  xsd:double    0.0    
acceleration  xsd:double    0.0    
amplitude  xsd:double    0.0    
frequency  xsd:double    0.0    
phaseAngle  xsd:double    0.0    
motorRef  plm:anyURIType  optional      
timingFunctionRef  plm:anyURIType  optional      
source <xsd:element name="DriverComponent" type="plm:DriverComponentType"/>


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