| namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||
| type | restriction of xsd:NMTOKEN | ||||||||||||
| properties |
|
||||||||||||
| used by |
|
||||||||||||
| facets |
|
||||||||||||
| annotation |
|
||||||||||||
| source | <xsd:simpleType name="JointOverlapDeltaEnum"> <xsd:annotation> <xsd:documentation> Whether the overlap of a translational or cylindrical Joint increases, decreases or remains constant. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="increase"/> <xsd:enumeration value="decrease"/> <xsd:enumeration value="constant"/> </xsd:restriction> </xsd:simpleType> |