namespace | http://www.plmxml.org/Schemas/PLMXMLSchema | |||||||||||||||
type | restriction of xsd:NMTOKEN | |||||||||||||||
properties |
|
|||||||||||||||
used by |
|
|||||||||||||||
facets |
|
|||||||||||||||
annotation |
|
|||||||||||||||
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> |