<xs:simpleType name="DebtorsExportFileType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="Csv" /> <xs:enumeration value="Xml" /> <xs:enumeration value="Xls" /> <xs:enumeration value="FinancialApplication" /> <xs:enumeration value="NotSpecified" /> </xs:restriction> </xs:simpleType>