simpleType MotionTransformEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute MotionEntityRefType/@transformType
facets
Kind Value Annotation
enumeration absolute
enumeration relative
annotation
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).
         
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>


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