<xs:simpleType name="OrderAmountType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:restriction base="xs:string"> <xs:enumeration value="NotSpecified" /> <xs:enumeration value="Append" /> <xs:enumeration value="Total" /> </xs:restriction> </xs:simpleType>