<xs:complexTypename="ManageTokensReqType"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:all><xs:elementname="TokenValue"type="xs:string"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">Multi-use token returned on a prior transaction to be used as a reference to a payment method; used to replace card data for this transaction.</p></xs:documentation></xs:annotation></xs:element><xs:elementname="TokenActions"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The operations that can be performed on the data referenced by the token.</p></xs:documentation></xs:annotation><xs:complexType><xs:choice><xs:elementname="Set"><xs:complexType><xs:sequencemaxOccurs="100"><xs:elementname="Attribute"type="NameValuePairType"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The name and value of the attribute to update</p></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element><xs:elementname="Delete"><xs:complexType><xs:sequenceminOccurs="0"maxOccurs="100"><xs:elementname="Attribute"><xs:annotation><xs:documentation><pxmlns="http://Hps.Exchange.PosGateway">The name of the attribute to delete. If an attribute is not provided, the token will be deleted.</p></xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType></xs:element></xs:choice></xs:complexType></xs:element></xs:all></xs:complexType>