<xsd:simpleType name="deptType"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="management"/> <xsd:enumeration value="programming"/> <xsd:enumeration value="design"/> <xsd:enumeration value="training"/> </xsd:restriction> </xsd:simpleType>