namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||
type | restriction of xsd:NMTOKEN | |||||||||
properties |
|
|||||||||
used by |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xsd:simpleType name="MotionTransformEnum"> <xsd:annotation> <xsd:documentation> Specifies whether the Transform sub-element of a MotionEntityRef is applied to one or more conceptual motion entities or bodies absolutely or relatively (the default). </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="absolute"/> <xsd:enumeration value="relative"/> </xsd:restriction> </xsd:simpleType> |