complexType BushingComponentType
diagram plmxml_diagrams/plmxml_p860.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:StiffnessExpression plm:CoefficientExpression
used by
elements BushingComponent BushingDataType/BushingComponent
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      
degreeOfFreedom  plm:DegreeOfFreedomEnum  required      
annotation
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.)
         
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>

attribute BushingComponentType/@degreeOfFreedom
type plm:DegreeOfFreedomEnum
properties
use required
facets
Kind Value Annotation
enumeration x
enumeration y
enumeration z
enumeration rx
enumeration ry
enumeration rz
source <xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="required"/>

element BushingComponentType/StiffnessExpression
diagram plmxml_diagrams/plmxml_p861.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:MechanismExpressionType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
expression  xsd:string  required      
format  plm:SolverEnum  optional      
source <xsd:element name="StiffnessExpression" type="plm:MechanismExpressionType"/>

element BushingComponentType/CoefficientExpression
diagram plmxml_diagrams/plmxml_p862.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:MechanismExpressionType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute
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      
expression  xsd:string  required      
format  plm:SolverEnum  optional      
source <xsd:element name="CoefficientExpression" type="plm:MechanismExpressionType"/>


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