<?xml version="1.0" encoding="UTF-8"?>
<!--
    PUBLIC ID  : -//textmarketer.biz//DTD Web Services REST 1.6//EN
    SYSTEM ID  : https://api.textmarketer.co.uk/services/rest/DTD/groups_get.dtd
-->
<!ELEMENT response (account)>
<!ATTLIST response
   processed_date	CDATA	#REQUIRED
>
<!ELEMENT account (account_id, account_number, api_password, api_username, company_name?, create_date, credits, notification_email?, notification_mobile?, password, username)>
<!ELEMENT account_id (#PCDATA)>
<!ELEMENT account_number (#PCDATA)>
<!ELEMENT api_password (#PCDATA)>
<!ELEMENT api_username (#PCDATA)>
<!ELEMENT company_name (#PCDATA)>
<!ELEMENT create_date (#PCDATA)>
<!ELEMENT credits (#PCDATA)>
<!ELEMENT notification_email (#PCDATA)>
<!ELEMENT notification_mobile (#PCDATA)>
<!ELEMENT password (#PCDATA)>
<!ELEMENT username (#PCDATA)>
