diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of plm:AttribOwnerBase | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | plm:Description plm:ApplicationRef plm:Attribute plm:SolverParameter | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
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> |
type | plm:SolverAnalysisEnum | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xsd:attribute name="type" type="plm:SolverAnalysisEnum" default="dynamics"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="maxIntegratorStep" type="xsd:double" use="optional"/> |
type | xsd:double | ||
properties |
|
||
source | <xsd:attribute name="integratorError" type="xsd:double" use="optional"/> |