simpleType DegreeOfFreedomEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attributes ConstraintTargetRefType/@degreeOfFreedom JointVelocityLimitType/@degreeOfFreedom JointAccelerationLimitType/@degreeOfFreedom JointLimitsType/@degreeOfFreedom DriverComponentType/@degreeOfFreedom ForceComponentType/@degreeOfFreedom SpringDataType/@degreeOfFreedom DamperDataType/@degreeOfFreedom BushingComponentType/@degreeOfFreedom SensorComponentType/@degreeOfFreedom
facets
Kind Value Annotation
enumeration x
enumeration y
enumeration z
enumeration rx
enumeration ry
enumeration rz
annotation
documentation

            The degree of freedom. Translation along or rotation about the x, y or z axis.
         
source <xsd:simpleType name="DegreeOfFreedomEnum">
 
<xsd:annotation>
   
<xsd:documentation>
            The degree of freedom. Translation along or rotation about the x, y or z axis.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="x"/>
   
<xsd:enumeration value="y"/>
   
<xsd:enumeration value="z"/>
   
<xsd:enumeration value="rx"/>
   
<xsd:enumeration value="ry"/>
   
<xsd:enumeration value="rz"/>
 
</xsd:restriction>
</xsd:simpleType>


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