<xsd:simpleType name="ListCommodityMovementType"> <xsd:restriction base="xsd:token"> <xsd:enumeration value="Inbound"/> <xsd:enumeration value="In-store"/> <xsd:enumeration value="Outbound"/> <xsd:enumeration value="Paper Trade"/> </xsd:restriction> </xsd:simpleType> |