<xs:simpleType name="ImportArticles" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="NewArticlesOnly" /> <xs:enumeration value="ExistingArticlesOnly" /> <xs:enumeration value="AllArticles" /> </xs:restriction> </xs:simpleType>