simpleType SolverParameterEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute SolverParameterType/@title
facets
Kind Value Annotation
enumeration maxIntegratorIterations
enumeration maxKinematicsIterations
enumeration maxEquilibriumIterations
annotation
documentation

            The type of the Mechanism solver parameter. These 3 parameters specify the maximum number of
            iterations allowed to solve the equations of motion during dynamic, kinematic and static or
            equilibrium analysis respectively. (During dynamic analysis, the equations of motion are
            derived by numerically integrating Newton's Laws of Motion.)
         
source <xsd:simpleType name="SolverParameterEnum">
 
<xsd:annotation>
   
<xsd:documentation>
            The type of the Mechanism solver parameter. These 3 parameters specify the maximum number of
            iterations allowed to solve the equations of motion during dynamic, kinematic and static or
            equilibrium analysis respectively. (During dynamic analysis, the equations of motion are
            derived by numerically integrating Newton's Laws of Motion.)
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="maxIntegratorIterations"/>
   
<xsd:enumeration value="maxKinematicsIterations"/>
   
<xsd:enumeration value="maxEquilibriumIterations"/>
 
</xsd:restriction>
</xsd:simpleType>


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