<xs:complexType name="NTRSTokenStatusRspStatusType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:all>
<xs:element name="NTRSTokenId" type="xs:string">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The ID of the token that status is being requested for.</p>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="NTRSTokenStatus">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The current state of the token. Allowed values: INACTIVE, ACTIVE, SUSPENDED, DELETED.</p>
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="INACTIVE" />
<xs:enumeration value="ACTIVE" />
<xs:enumeration value="SUSPENDED" />
<xs:enumeration value="DELETED" />
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="NTRSTokenLastModified">
<xs:annotation>
<xs:documentation>
<p xmlns="http://Hps.Exchange.PosGateway">The current state of the token. Allowed values: INACTIVE, ACTIVE, SUSPENDED, DELETED.</p>
</xs:documentation>
</xs:annotation>
<xs:simpleType>
<xs:restriction base="xs:dateTime" />
</xs:simpleType>
</xs:element>
</xs:all>
</xs:complexType>
|