complexType BushingDataType
diagram plmxml_diagrams/plmxml_p863.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:BushingComponent
used by
element BushingData
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      
preloadForce  plm:VectorType    0.0 0.0 0.0    
preloadTorque  plm:VectorType    0.0 0.0 0.0    
translationStiffness  plm:VectorType    0.0 0.0 0.0    
rotationStiffness  plm:VectorType    0.0 0.0 0.0    
translationCoefficient  plm:VectorType    0.0 0.0 0.0    
rotationCoefficient  plm:VectorType    0.0 0.0 0.0    
annotation
documentation

          Additional data for a Bushing Constraint. Only one BushingData
          sub-element is allowed in a Constraint, ConstraintInstance or
          ConstraintOccurrence element.

          Attributes:

          id:           Inherited from AttribOwner.
          name:         Inherited from AttribOwner.
          preloadForce: The vector components of the preload force in SI units,
                        currently newtons. The default is 0.0, 0.0, 0.0.
          preloadTorque: The vector components of the preload torque in SI
                        units, currently newton metres. The default is 0.0, 0.0,
                        0.0.
          translationStiffness: The translational vector components of the
                        spring constant of the Bushing in SI units, currently
                        newtons per metre. The default is 0.0, 0.0, 0.0. This is
                        ignored when there is a BushingComponent sub-element.
          rotationStiffness: The rotational vector components of the spring
                        constant of the Bushing in SI units, currently newton
                        metres per radian. The default is 0.0, 0.0, 0.0. This is
                        ignored when there is a BushingComponent sub-element.
          translationCoefficient: The translational vector components of the
                        viscous damping coefficient of the Bushing in SI units,
                        currently newton seconds per metre. The default is 0.0,
                        0.0, 0.0. This is ignored when there is a
                        BushingComponent sub-element.
          rotationCoefficient: The rotational vector components of the viscous
                        damping coefficient of the Bushing in SI units,
                        currently newton metre seconds per radian. The default
                        is 0.0, 0.0, 0.0. This is ignored when there is a
                        BushingComponent sub-element.

          Sub-element:

          BushingComponent: The components of the Bushing represented as
                        BushingComponentType.
         
source <xsd:complexType name="BushingDataType">
 
<xsd:annotation>
   
<xsd:documentation>
          Additional data for a Bushing Constraint. Only one BushingData
          sub-element is allowed in a Constraint, ConstraintInstance or
          ConstraintOccurrence element.

          Attributes:

          id:           Inherited from AttribOwner.
          name:         Inherited from AttribOwner.
          preloadForce: The vector components of the preload force in SI units,
                        currently newtons. The default is 0.0, 0.0, 0.0.
          preloadTorque: The vector components of the preload torque in SI
                        units, currently newton metres. The default is 0.0, 0.0,
                        0.0.
          translationStiffness: The translational vector components of the
                        spring constant of the Bushing in SI units, currently
                        newtons per metre. The default is 0.0, 0.0, 0.0. This is
                        ignored when there is a BushingComponent sub-element.
          rotationStiffness: The rotational vector components of the spring
                        constant of the Bushing in SI units, currently newton
                        metres per radian. The default is 0.0, 0.0, 0.0. This is
                        ignored when there is a BushingComponent sub-element.
          translationCoefficient: The translational vector components of the
                        viscous damping coefficient of the Bushing in SI units,
                        currently newton seconds per metre. The default is 0.0,
                        0.0, 0.0. This is ignored when there is a
                        BushingComponent sub-element.
          rotationCoefficient: The rotational vector components of the viscous
                        damping coefficient of the Bushing in SI units,
                        currently newton metre seconds per radian. The default
                        is 0.0, 0.0, 0.0. This is ignored when there is a
                        BushingComponent sub-element.

          Sub-element:

          BushingComponent: The components of the Bushing represented as
                        BushingComponentType.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="6">
       
<xsd:element name="BushingComponent" type="plm:BushingComponentType"/>
     
</xsd:choice>
     
<xsd:attribute name="preloadForce" type="plm:VectorType" default="0.0 0.0 0.0"/>
     
<xsd:attribute name="preloadTorque" type="plm:VectorType" default="0.0 0.0 0.0"/>
     
<xsd:attribute name="translationStiffness" type="plm:VectorType" default="0.0 0.0 0.0"/>
     
<xsd:attribute name="rotationStiffness" type="plm:VectorType" default="0.0 0.0 0.0"/>
     
<xsd:attribute name="translationCoefficient" type="plm:VectorType" default="0.0 0.0 0.0"/>
     
<xsd:attribute name="rotationCoefficient" type="plm:VectorType" default="0.0 0.0 0.0"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute BushingDataType/@preloadForce
type plm:VectorType
properties
default 0.0 0.0 0.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="preloadForce" type="plm:VectorType" default="0.0 0.0 0.0"/>

attribute BushingDataType/@preloadTorque
type plm:VectorType
properties
default 0.0 0.0 0.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="preloadTorque" type="plm:VectorType" default="0.0 0.0 0.0"/>

attribute BushingDataType/@translationStiffness
type plm:VectorType
properties
default 0.0 0.0 0.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="translationStiffness" type="plm:VectorType" default="0.0 0.0 0.0"/>

attribute BushingDataType/@rotationStiffness
type plm:VectorType
properties
default 0.0 0.0 0.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="rotationStiffness" type="plm:VectorType" default="0.0 0.0 0.0"/>

attribute BushingDataType/@translationCoefficient
type plm:VectorType
properties
default 0.0 0.0 0.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="translationCoefficient" type="plm:VectorType" default="0.0 0.0 0.0"/>

attribute BushingDataType/@rotationCoefficient
type plm:VectorType
properties
default 0.0 0.0 0.0
facets
Kind Value Annotation
length 3
source <xsd:attribute name="rotationCoefficient" type="plm:VectorType" default="0.0 0.0 0.0"/>

element BushingDataType/BushingComponent
diagram plmxml_diagrams/plmxml_p864.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type plm:BushingComponentType
properties
content complex
children plm:Description plm:ApplicationRef plm:Attribute plm:StiffnessExpression plm:CoefficientExpression
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      
source <xsd:element name="BushingComponent" type="plm:BushingComponentType"/>


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