complexType DamperDataType
diagram plmxml_diagrams/plmxml_p873.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:CoefficientExpression
used by
element DamperData
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  optional      
coefficient  xsd:double    0.0    
annotation
documentation

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

          Attributes:

          id:           Inherited from AttribOwner.
          name:         Inherited from AttribOwner.
          degreeOfFreedom: The degree of freedom of the Joint along or around
                        which the Damper acts. Represented as a
                        DegreeOfFreedomEnum.
          coefficient:  The viscous damping coefficient of a Damper in SI units,
                        currently newton seconds per metre for Dampers acting
                        along translational degrees of freedom and newton metre
                        seconds per radian for Dampers acting around rotational
                        degrees of freedom. The default is 0.0. This is ignored
                        when there is a CoefficientExpression sub-element.

          Sub-element:

          CoefficientExpression: A MechanismExpression that defines the viscous
                        damping coefficient of a non-linear Damper 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="DamperDataType">
 
<xsd:annotation>
   
<xsd:documentation>
          Additional data for a Damper Constraint. Only one DamperData
          sub-element is allowed in a Constraint, ConstraintInstance or
          ConstraintOccurrence element.

          Attributes:

          id:           Inherited from AttribOwner.
          name:         Inherited from AttribOwner.
          degreeOfFreedom: The degree of freedom of the Joint along or around
                        which the Damper acts. Represented as a
                        DegreeOfFreedomEnum.
          coefficient:  The viscous damping coefficient of a Damper in SI units,
                        currently newton seconds per metre for Dampers acting
                        along translational degrees of freedom and newton metre
                        seconds per radian for Dampers acting around rotational
                        degrees of freedom. The default is 0.0. This is ignored
                        when there is a CoefficientExpression sub-element.

          Sub-element:

          CoefficientExpression: A MechanismExpression that defines the viscous
                        damping coefficient of a non-linear Damper 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:choice minOccurs="0">
       
<xsd:element name="CoefficientExpression" type="plm:MechanismExpressionType"/>
     
</xsd:choice>
     
<xsd:attribute name="degreeOfFreedom" type="plm:DegreeOfFreedomEnum" use="optional"/>
     
<xsd:attribute name="coefficient" type="xsd:double" default="0.0"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute DamperDataType/@degreeOfFreedom
type plm:DegreeOfFreedomEnum
properties
use optional
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="optional"/>

attribute DamperDataType/@coefficient
type xsd:double
properties
default 0.0
source <xsd:attribute name="coefficient" type="xsd:double" default="0.0"/>

element DamperDataType/CoefficientExpression
diagram plmxml_diagrams/plmxml_p874.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