complexType MechanismExpressionType
diagram plmxml_diagrams/plmxml_p895.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
elements MechanismExpression DriverComponentType/AccelerationExpression DamperDataType/CoefficientExpression BushingComponentType/CoefficientExpression DriverComponentType/DisplacementExpression ForceComponentType/ForceExpression SpringDataType/StiffnessExpression BushingComponentType/StiffnessExpression TimingFunctionType/ValueExpression DriverComponentType/VelocityExpression
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      
annotation
documentation

            A Mechanism expression.

            Attributes:

            expression:     The expression in the syntax of the Mechanism solver as a string.
            format:         The format of the expression as a SolverEnum.
         
source <xsd:complexType name="MechanismExpressionType">
 
<xsd:annotation>
   
<xsd:documentation>
            A Mechanism expression.

            Attributes:

            expression:     The expression in the syntax of the Mechanism solver as a string.
            format:         The format of the expression as a SolverEnum.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="expression" type="xsd:string" use="required"/>
     
<xsd:attribute name="format" type="plm:SolverEnum" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MechanismExpressionType/@expression
type xsd:string
properties
use required
source <xsd:attribute name="expression" type="xsd:string" use="required"/>

attribute MechanismExpressionType/@format
type plm:SolverEnum
properties
use optional
facets
Kind Value Annotation
enumeration adams
enumeration tecnomatix
source <xsd:attribute name="format" type="plm:SolverEnum" use="optional"/>


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