simpleType MotorEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute MotorType/@type
facets
Kind Value Annotation
enumeration velocity
enumeration force
annotation
documentation

          The type of a motor.
         
source <xsd:simpleType name="MotorEnum">
 
<xsd:annotation>
   
<xsd:documentation>
          The type of a motor.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="velocity"/>
   
<xsd:enumeration value="force"/>
 
</xsd:restriction>
</xsd:simpleType>


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