namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="SolverEnum"> <xsd:annotation> <xsd:documentation> The type of the Mechanism solver. adams means ADAMS/Solver from MSC.Software Corporation is supported. (ADAMS is a trademark of MSC.Software Corporation.) tecnomatix means Tecnomatix robotics. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="adams"/> <xsd:enumeration value="tecnomatix"/> </xsd:restriction> </xsd:simpleType> |