<xs:complexType name="AccountDataBean">
<xs:sequence>
<xs:element minOccurs="0" name="accountID" type="xs:int" />
<xs:element minOccurs="0" name="loginCount" type="xs:int" />
<xs:element minOccurs="0" name="logoutCount" type="xs:int" />
<xs:element minOccurs="0" name="lastLogin" type="xs:dateTime" />
<xs:element minOccurs="0" name="creationDate" type="xs:dateTime" />
<xs:element minOccurs="0" name="balance" type="xs:decimal" />
<xs:element minOccurs="0" name="openBalance" type="xs:decimal" />
<xs:element minOccurs="0" name="profileID" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>