diagram | |||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:StiffnessExpression plm:CoefficientExpression | ||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||
source | <xsd:complexType name="BushingComponentType"> <xsd:annotation> <xsd:documentation> The components of a BushingData. Non-linear bushings are represented by having 6 BushingComponent sub-elements under a BushingData, one for each degree of freedom. Attributes: id: Inherited from AttribOwner. name: Inherited from AttribOwner. degreeOfFreedom: The degree of freedom of the Bushing. Represented as a DegreeOfFreedomEnum. Sub-elements: StiffnessExpression: A MechanismExpression that defines the spring constant of a non-linear Bushing in SI units. (newtons per metre along translational degrees of freedom and newton metres per radian around rotational degrees of freedom.) CoefficientExpression: A MechanismExpression that defines the viscous damping coefficient of a non-linear Bushing in SI units. (newton seconds per metre along translational degrees of freedom and newton metre seconds per radian around rotational degrees of freedom.) </xsd:documentation> </xsd:annotation> <xsd:complexContent> <xsd:extension base="plm:AttribOwnerBase"> <xsd:sequence> <xsd:element name="StiffnessExpression" type="plm:MechanismExpressionType"/> <xsd:element name="CoefficientExpression" type="plm:MechanismExpressionType"/> </xsd:sequence> <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="required"/> </xsd:extension> </xsd:complexContent> </xsd:complexType> |
type | plm:DegreeOfFreedomEnum | |||||||||||||||||||||
properties |
|
|||||||||||||||||||||
facets |
|
|||||||||||||||||||||
source | <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="required"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:MechanismExpressionType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="StiffnessExpression" type="plm:MechanismExpressionType"/> |
diagram | |||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||
type | plm:MechanismExpressionType | ||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute | ||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||
source | <xsd:element name="CoefficientExpression" type="plm:MechanismExpressionType"/> |