<xs:simpleType name="DebugMode" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="None" /> <xs:enumeration value="Compact" /> <xs:enumeration value="Normal" /> <xs:enumeration value="Full" /> </xs:restriction> </xs:simpleType>