<xs:simpleType name="attachmentTypeType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="SIGNATURE_IMAGE" /> <xs:enumeration value="RECEIPT_IMAGE" /> <xs:enumeration value="CUSTOMER_IMAGE" /> <xs:enumeration value="PRODUCT_IMAGE" /> <xs:enumeration value="DOCUMENT" /> </xs:restriction> </xs:simpleType>