simpleType CouplerEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute CouplerDataType/@type
facets
Kind Value Annotation
enumeration gear
enumeration rackAndPinion
enumeration cable
enumeration position
enumeration follow
annotation
documentation

            The type of a Coupler.
         
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>


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