| Server IP : 103.234.187.230 / Your IP : 216.73.216.216 Web Server : Apache System : Linux lserver42043-ind.megavelocity.net 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64 User : apache ( 48) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/html/dcb/XSD_WSDL/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://core.ws.eeft.com" targetNamespace="http://core.ws.eeft.com"> <xs:element name="inAuditDS"> <xs:annotation> <xs:documentation> Contains information about who is doing this activity as well as authentication information </xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> <xs:element name="Application"> <xs:annotation> <xs:documentation> Represents a web service-specific application ID. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="3"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="UserID"> <xs:annotation> <xs:documentation> Represents the user ID included with the authentication credentials which are passed when calling a web service. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Organization"> <xs:annotation> <xs:documentation> A value which represents the organization calling the web services. This may be a unique identifier or may be set to the participant ID value supplied by Euronet. </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="ServiceID"> <xs:annotation> <xs:documentation> Value used to identify the Web Service ID - varies by Web Service </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="10"/> </xs:restriction> </xs:simpleType> </xs:element> <xs:element name="Sequence"> <xs:annotation> <xs:documentation> May be used by the web service consumer to pass a unique sequence number for their internal tracking/research e.g., transaction number). </xs:documentation> </xs:annotation> <xs:simpleType> <xs:restriction base="xs:string"> <xs:maxLength value="15"/> </xs:restriction> </xs:simpleType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> <xs:element name="ITMFault"> <xs:complexType> <xs:sequence> <xs:element name="ITM_fault" type="xs:string"> </xs:element> </xs:sequence> <xs:attribute name="error_code" type="xs:string"> <xs:annotation> <xs:documentation> error code </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="error_details" type="xs:string"> <xs:annotation> <xs:documentation> error details </xs:documentation> </xs:annotation> </xs:attribute> </xs:complexType> </xs:element> </xs:schema>