complexType ForceDataType
diagram plmxml_diagrams/plmxml_p883.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:ForceComponent
used by
element ForceData
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      
scalar  xsd:boolean    true    
translation  xsd:boolean    true    
annotation
documentation

            Additional data for a Force Constraint. Force Constraints can represent Forces or Torques. Only
            one ForceData sub-element is allowed in a Constraint, ConstraintInstance or
            ConstraintOccurrence element. Vector Forces and Torques are represented by having several
            ForceComponent sub-elements in a ForceData element.

            Attributes:

            id:             Inherited from AttribOwner.
            name:           Inherited from AttribOwner.
            scalar:         Whether the Force or Torque is a scalar or vector Force or Torque.
            translation:    Whether the force or torque acts along translational degrees of freedom (in
                            which case it is a Force) or around rotational degrees of freedom (in which
                            case it is a Torque).

            Sub-element:

            ForceComponent: The components of the Force represented as ForceComponentType.
         
source <xsd:complexType name="ForceDataType">
 
<xsd:annotation>
   
<xsd:documentation>
            Additional data for a Force Constraint. Force Constraints can represent Forces or Torques. Only
            one ForceData sub-element is allowed in a Constraint, ConstraintInstance or
            ConstraintOccurrence element. Vector Forces and Torques are represented by having several
            ForceComponent sub-elements in a ForceData element.

            Attributes:

            id:             Inherited from AttribOwner.
            name:           Inherited from AttribOwner.
            scalar:         Whether the Force or Torque is a scalar or vector Force or Torque.
            translation:    Whether the force or torque acts along translational degrees of freedom (in
                            which case it is a Force) or around rotational degrees of freedom (in which
                            case it is a Torque).

            Sub-element:

            ForceComponent: The components of the Force represented as ForceComponentType.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="3">
       
<xsd:element name="ForceComponent" type="plm:ForceComponentType"/>
     
</xsd:choice>
     
<xsd:attribute name="scalar" type="xsd:boolean" default="true"/>
     
<xsd:attribute name="translation" type="xsd:boolean" default="true"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute ForceDataType/@scalar
type xsd:boolean
properties
default true
source <xsd:attribute name="scalar" type="xsd:boolean" default="true"/>

attribute ForceDataType/@translation
type xsd:boolean
properties
default true
source <xsd:attribute name="translation" type="xsd:boolean" default="true"/>

element ForceDataType/ForceComponent
diagram plmxml_diagrams/plmxml_p884.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:ForceComponentType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:ForceExpression
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      
constant  xsd:boolean    true    
degreeOfFreedom  plm:DegreeOfFreedomEnum  optional      
force  xsd:double    0.0    
motorRef  plm:anyURIType  optional      
timingFunctionRef  plm:anyURIType  optional      
source <xsd:element name="ForceComponent" type="plm:ForceComponentType"/>


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