| schema location: | C:\WINDOWS\Desktop\xmlx.xsd |
| diagram | |||||||||||||
| type | AmountType | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="Amount" type="AmountType"/> |
| diagram | ![]() |
||
| type | AuthType | ||
| children | Username Password Token | ||
| used by |
|
||
| source | <xs:element name="Auth" type="AuthType"/> |
| diagram | ![]() |
||||||||||||
| type | CreateAccountRequestType | ||||||||||||
| children | Auth | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="CreateAccountRequest" type="CreateAccountRequestType"/> |
| diagram | ![]() |
||||||||||||
| type | CreateAccountResponseType | ||||||||||||
| children | AccountID | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="CreateAccountResponse" type="CreateAccountResponseType"/> |
| diagram | ![]() |
||||||||||||
| type | CreateUserRequestType | ||||||||||||
| children | Auth | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="CreateUserRequest" type="CreateUserRequestType"/> |
| diagram | |||||||||||||
| type | CreateUserResponseType | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="CreateUserResponse" type="CreateUserResponseType"/> |
| diagram | ![]() |
||||||||||||||||||
| type | ErrorResponseType | ||||||||||||||||||
| children | Text Additional | ||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:element name="ErrorResponse" type="ErrorResponseType"/> |
| diagram | ![]() |
||||||||||||||||||||||||
| type | HistoryRequestType | ||||||||||||||||||||||||
| children | Auth From Till | ||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:element name="HistoryRequest" type="HistoryRequestType"/> |
| diagram | ![]() |
||||||||||||||||||||||||||||||||||||
| type | HistoryResponseType | ||||||||||||||||||||||||||||||||||||
| children | Receipt | ||||||||||||||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||||||||||||||
| source | <xs:element name="HistoryResponse" type="HistoryResponseType"/> |
| diagram | ![]() |
||||||||||||
| type | LoginRequestType | ||||||||||||
| children | Auth | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="LoginRequest" type="LoginRequestType"/> |
| diagram | ![]() |
||||||||||||
| type | LoginResponseType | ||||||||||||
| children | Token | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="LoginResponse" type="LoginResponseType"/> |
| diagram | ![]() |
||||||||||||
| type | LogoutRequestType | ||||||||||||
| children | Auth | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="LogoutRequest" type="LogoutRequestType"/> |
| diagram | |
| source | <xs:element name="LogoutResponse"/> |
| diagram | ![]() |
||
| type | ReceiptType | ||
| children | ServerID Date Transfer | ||
| used by |
|
||
| source | <xs:element name="Receipt" type="ReceiptType"/> |
| diagram | ![]() |
||
| type | TransferType | ||
| children | ClientID Payer Payee Amount Memo | ||
| used by |
|
||
| source | <xs:element name="Transfer" type="TransferType"/> |
| diagram | ![]() |
||||||||||||
| type | TransferRequestType | ||||||||||||
| children | Auth Transfer | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="TransferRequest" type="TransferRequestType"/> |
| diagram | ![]() |
||||||||||||
| type | TransferResponseType | ||||||||||||
| children | Receipt Balance | ||||||||||||
| attributes |
|
||||||||||||
| source | <xs:element name="TransferResponse" type="TransferResponseType"/> |
| diagram | |||||||||||||
| children | Auth | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="AbstractRequestType" abstract="true" mixed="false"> <xs:sequence> <xs:element ref="Auth" minOccurs="0"/> </xs:sequence> <xs:attribute name="rid" type="xs:string" use="optional"/> </xs:complexType> |
| diagram | |||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="AbstractResponseType" abstract="true" mixed="false"> <xs:attribute name="rid" type="xs:string" use="optional"/> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of xs:decimal | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="AmountType" mixed="false"> <xs:simpleContent> <xs:extension base="xs:decimal"> <xs:attribute name="Currency" type="CurrencyType" use="optional"/> </xs:extension> </xs:simpleContent> </xs:complexType> |
| diagram | ![]() |
||
| children | Username Password Token | ||
| used by |
|
||
| source | <xs:complexType name="AuthType" mixed="false"> <xs:sequence> <xs:element name="Username" type="xs:string"/> <xs:choice minOccurs="0"> <xs:element name="Password" type="xs:string"/> <xs:element name="Token" type="TokenType"/> </xs:choice> </xs:sequence> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Username" type="xs:string"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Password" type="xs:string"/> |
| diagram | |
| type | TokenType |
| source | <xs:element name="Token" type="TokenType"/> |
| diagram | ![]() |
||||||||||||
| type | extension of AbstractRequestType | ||||||||||||
| children | Auth | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="CreateAccountRequestType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="AbstractRequestType"/> </xs:complexContent> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of AbstractResponseType | ||||||||||||
| children | AccountID | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="CreateAccountResponseType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="AbstractResponseType"> <xs:sequence> <xs:element name="AccountID" type="AccountIDType" minOccurs="0"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |
| type | AccountIDType |
| source | <xs:element name="AccountID" type="AccountIDType" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||
| type | extension of AbstractRequestType | ||||||||||||
| children | Auth | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="CreateUserRequestType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="AbstractRequestType"/> </xs:complexContent> </xs:complexType> |
| diagram | |||||||||||||
| type | extension of AbstractResponseType | ||||||||||||
| used by |
|
||||||||||||
| attributes |
|
||||||||||||
| source | <xs:complexType name="CreateUserResponseType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="AbstractResponseType"/> </xs:complexContent> </xs:complexType> |
| diagram | ![]() |
||||||||||||||||||
| type | extension of AbstractResponseType | ||||||||||||||||||
| children | Text Additional | ||||||||||||||||||
| used by |
|
||||||||||||||||||
| attributes |
|
||||||||||||||||||
| source | <xs:complexType name="ErrorResponseType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="AbstractResponseType"> <xs:sequence> <xs:element name="Text" type="xs:string" minOccurs="0"/> <xs:element name="Additional" type="xs:string" minOccurs="0"/> </xs:sequence> <xs:attribute name="errno" type="xs:integer"/> </xs:extension> </xs:complexContent> </xs:complexType> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Text" type="xs:string" minOccurs="0"/> |
| diagram | |
| type | xs:string |
| source | <xs:element name="Additional" type="xs:string" minOccurs="0"/> |
| diagram | ![]() |
||||||||||||||||||||||||
| type | extension of AbstractRequestType | ||||||||||||||||||||||||
| children | Auth From Till | ||||||||||||||||||||||||
| used by |
|
||||||||||||||||||||||||
| attributes |
|
||||||||||||||||||||||||
| source | <xs:complexType name="HistoryRequestType" mixed="false"> <xs:complexContent mixed="false"> <xs:extension base="AbstractRequestType"> < |