simpleType DriverEnum
namespace http://www.plmxml.org/Schemas/PLMXMLSchema
type restriction of xsd:NMTOKEN
properties
base xsd:NMTOKEN
used by
attribute DriverComponentType/@type
facets
Kind Value Annotation
enumeration constant
enumeration harmonic
enumeration general
enumeration motor
annotation
documentation

          The type of a Driver.
         
source <xsd:simpleType name="DriverEnum">
 
<xsd:annotation>
   
<xsd:documentation>
          The type of a Driver.
         
</xsd:documentation>
 
</xsd:annotation>
 
<xsd:restriction base="xsd:NMTOKEN">
   
<xsd:enumeration value="constant"/>
   
<xsd:enumeration value="harmonic"/>
   
<xsd:enumeration value="general"/>
   
<xsd:enumeration value="motor"/>
 
</xsd:restriction>
</xsd:simpleType>


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