diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:ForceComponent | ||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="scalar" type="xsd:boolean" default="true"/> |
type | xsd:boolean | ||
properties |
|
||
source | <xsd:attribute name="translation" type="xsd:boolean" default="true"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:ForceComponentType | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:ForceExpression | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="ForceComponent" type="plm:ForceComponentType"/> |