| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||||||||||||||
| type | restriction of xsd:NMTOKEN | |||||||||||||||||||||
| properties |
|
|||||||||||||||||||||
| used by | ||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||
| 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> |