namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||
properties |
|
||||||||||||
used by |
|
||||||||||||
facets |
|
||||||||||||
annotation |
|
||||||||||||
source | <xsd:simpleType name="SolverAnalysisEnum"> <xsd:annotation> <xsd:documentation> The type of the solution, for which the Mechanism model is designed. Dynamic analysis may be performed on models with one or more degrees of freedom. It uses Newton's Laws of Motion to determine the motion of all the Mechanism objects. A kinematic model has zero degrees of freedom and the motion of one or more Mechanism objects is pre-defined. The analyser determines the motion of all the other Mechanism objects. Static or equilibrium analysis determines the positions & orientations of, and the forces & torques on, all the Mechanism objects at an equilibrium. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="dynamics"/> <xsd:enumeration value="kinematics"/> <xsd:enumeration value="statics"/> </xsd:restriction> </xsd:simpleType> |