namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | ||||||||||||||||||
type | restriction of xsd:NMTOKEN | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xsd:simpleType name="CouplerEnum"> <xsd:annotation> <xsd:documentation> The type of a Coupler. </xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:NMTOKEN"> <xsd:enumeration value="gear"/> <xsd:enumeration value="rackAndPinion"/> <xsd:enumeration value="cable"/> <xsd:enumeration value="position"/> <xsd:enumeration value="follow"/> </xsd:restriction> </xsd:simpleType> |