namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
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> |