complexType SolverParameterType
diagram plmxml_diagrams/plmxml_p910.png
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type extension of plm:AttribOwnerBase
properties
base plm:AttribOwnerBase
children plm:Description plm:ApplicationRef plm:Attribute
used by
element SolverParameter
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:SolverEnum  optional      
title  plm:SolverParameterEnum  required      
value  xsd:double  optional      
annotation
documentation

              A parameter for a particular Mechanism solver.

              Attributes:

              type:         The type of the Mechanism solver as a SolverEnum.
              title:        The type of the Mechanism solver parameter as a SolverParameterEnum.
              value:        The value of the Mechanism solver parameter.
         
source <xsd:complexType name="SolverParameterType">
 
<xsd:annotation>
   
<xsd:documentation>
              A parameter for a particular Mechanism solver.

              Attributes:

              type:         The type of the Mechanism solver as a SolverEnum.
              title:        The type of the Mechanism solver parameter as a SolverParameterEnum.
              value:        The value of the Mechanism solver parameter.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:complexContent>
   
<xsd:extension base="plm:AttribOwnerBase">
     
<xsd:attribute name="type" type="plm:SolverEnum" use="optional"/>
     
<xsd:attribute name="title" type="plm:SolverParameterEnum" use="required"/>
     
<xsd:attribute name="value" type="xsd:double" use="optional"/>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

attribute SolverParameterType/@type
type plm:SolverEnum
properties
use optional
facets
Kind Value Annotation
enumeration adams
enumeration tecnomatix
source <xsd:attribute name="type" type="plm:SolverEnum" use="optional"/>

attribute SolverParameterType/@title
type plm:SolverParameterEnum
properties
use required
facets
Kind Value Annotation
enumeration maxIntegratorIterations
enumeration maxKinematicsIterations
enumeration maxEquilibriumIterations
source <xsd:attribute name="title" type="plm:SolverParameterEnum" use="required"/>

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


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