<ECMService>
    <Docs>
        <Doc>
            <Props>
                <Prop Name="Service">SNB Dummy API</Prop>
                <Prop Name="Description">XML in / XML out over BankTestDB, plus STMTRDIA statement flat files</Prop>
                <Prop Name="Authorization">none</Prop>
                <Prop Name="EcmEndpoint">POST /ECMService</Prop>
                <Prop Name="TableCatalog">GET /api/tables</Prop>
                <Prop Name="TableQuery">GET /api/tables/{accounts, customers, transactions, cards, loans, branches, employees}</Prop>
                <Prop Name="StatementCatalog">GET /api/statements/files</Prop>
                <Prop Name="StatementDownload">GET /api/statements/{100, 1k, 10k, 100k, 1m}</Prop>
                <Prop Name="StatementGenerate">GET /api/statements/generate?lines=1000</Prop>
                <Prop Name="ReferenceFile">GET /api/statements/reference</Prop>
                <Prop Name="Health">GET /health</Prop>
            </Props>
        </Doc>
        <Doc>
            <Props>
                <Prop Name="RequestType">accountInquiryRequest</Prop>
                <Prop Name="RequestType">accountsQueryRequest</Prop>
                <Prop Name="RequestType">balanceInquiryRequest</Prop>
                <Prop Name="RequestType">branchesQueryRequest</Prop>
                <Prop Name="RequestType">branchInquiryRequest</Prop>
                <Prop Name="RequestType">cardInquiryRequest</Prop>
                <Prop Name="RequestType">cardsQueryRequest</Prop>
                <Prop Name="RequestType">createRequest</Prop>
                <Prop Name="RequestType">customerInquiryRequest</Prop>
                <Prop Name="RequestType">customersQueryRequest</Prop>
                <Prop Name="RequestType">deleteRequest</Prop>
                <Prop Name="RequestType">employeesQueryRequest</Prop>
                <Prop Name="RequestType">loanInquiryRequest</Prop>
                <Prop Name="RequestType">loansQueryRequest</Prop>
                <Prop Name="RequestType">retrieveRequest</Prop>
                <Prop Name="RequestType">searchRequest</Prop>
                <Prop Name="RequestType">statementFileListRequest</Prop>
                <Prop Name="RequestType">statementFileRequest</Prop>
                <Prop Name="RequestType">tableQueryRequest</Prop>
                <Prop Name="RequestType">transactionListRequest</Prop>
                <Prop Name="RequestType">transactionsQueryRequest</Prop>
                <Prop Name="RequestType">updateRequest</Prop>
            </Props>
        </Doc>
    </Docs>
</ECMService>