complexType MechanismParametersType
diagram plmxml_diagrams/plmxml_p899.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:SolverParameter
used by
element MechanismParameters
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      
type  plm:SolverAnalysisEnum    dynamics    
maxIntegratorStep  xsd:double  optional      
integratorError  xsd:double  optional      
annotation
documentation

              The parameters for a Mechanism solution.

              Attribute:

              type:         The type of the solution, for which the Mechanism is designed as a
                            SolverAnalysisEnum.
              maxIntegratorStep: The maximum step in SI units of time (seconds) that the integrator of the
                            Mechanism solver is allowed to take.
              integratorError: The maximum relative error allowed in the output of the integrator.

              Sub-element:

              SolverParameter: A parameter for a particular Mechanism solver.
         
source <xsd:complexType name="MechanismParametersType">
 
<xsd:annotation>
   
<xsd:documentation>
              The parameters for a Mechanism solution.

              Attribute:

              type:         The type of the solution, for which the Mechanism is designed as a
                            SolverAnalysisEnum.
              maxIntegratorStep: The maximum step in SI units of time (seconds) that the integrator of the
                            Mechanism solver is allowed to take.
              integratorError: The maximum relative error allowed in the output of the integrator.

              Sub-element:

              SolverParameter: A parameter for a particular Mechanism solver.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:choice minOccurs="0" maxOccurs="unbounded">
       
<xsd:element ref="plm:SolverParameter"/>
     
</xsd:choice>
     
<xsd:attribute name="type" type="plm:SolverAnalysisEnum" default="dynamics"/>
     
<xsd:attribute name="maxIntegratorStep" type="xsd:double" use="optional"/>
     
<xsd:attribute name="integratorError" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute MechanismParametersType/@type
type plm:SolverAnalysisEnum
properties
default dynamics
facets
Kind Value Annotation
enumeration dynamics
enumeration kinematics
enumeration statics
source <xsd:attribute name="type" type="plm:SolverAnalysisEnum" default="dynamics"/>

attribute MechanismParametersType/@maxIntegratorStep
type xsd:double
properties
use optional
source <xsd:attribute name="maxIntegratorStep" type="xsd:double" use="optional"/>

attribute MechanismParametersType/@integratorError
type xsd:double
properties
use optional
source <xsd:attribute name="integratorError" type="xsd:double" use="optional"/>


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