<xs:attribute name="financingType"> <xs:annotation> <xs:documentation> TODO </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:token"> <xs:enumeration value="Seller Financing" /> <xs:enumeration value="Private Financing" /> <xs:enumeration value="Loan Required" /> <xs:enumeration value="Other" /> </xs:restriction> </xs:simpleType> </xs:attribute>