<?xml version="1.0" encoding="UTF-8"?>
<!--

 Copyright (C) Christian Schulte, 2013-222

 Permission to use, copy, modify, and distribute this software for any
 purpose with or without fee is hereby granted, provided that the above
 copyright notice and this permission notice appear in all copies.

 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

 $JDTAUS: jomc.xml 8825 2013-10-01 00:24:23Z schulte $

-->
<module xmlns="http://jomc.org/model"
        xmlns:tools="http://jomc.org/tools/model"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://jomc.org/model http://xml.jomc.org/model/jomc-1.2.xsd
                            http://jomc.org/tools/model http://xml.jomc.org/tools/model/jomc-tools-1.2.xsd"
        name="jDTAUS ⁑ ISO-13616 ⁑ Tests"
        vendor="jDTAUS"
        version="2007.58"
        modelVersion="1.2">

  <documentation defaultLanguage="de">
    <text language="de">ISO 13616-1:2007 specifies the elements of an international bank account number (IBAN) used to facilitate the processing of data internationally in data interchange, in financial environments as well as within and between other industries. The IBAN is designed for automated processing, but can also be used conveniently in other media interchange when appropriate (e.g. paper document exchange, etc.). ISO 13616-1:2007 does not specify internal procedures, file organization techniques, storage media, languages, etc. to be used in its implementation, nor is it designed to facilitate the routing of messages within a network. It is applicable to the textual data which might be conveyed through a system (network). This project provides a general purpose ISO 13616-1:2007 compatible IBAN Java class.</text>
  </documentation>

  <implementations>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="jDTAUS ⁑ ISO-13616 ⁑ Tests ⁑ IBAN Test"
                    name="jDTAUS ⁑ ISO-13616 ⁑ Tests ⁑ IBAN Test"
                    vendor="jDTAUS"
                    version="1.1"
                    class="org.jdtaus.iso13616.test.IbanTest"
                    classDeclaration="true"
                    final="true"
                    stateless="true"
                    createDate="2013-08-10T21:50:04Z">
      <documentation defaultLanguage="en">
        <text language="en" type="text/x-javadoc">Testcases for classes {@code org.jdtaus.iban.IBAN}, {@code org.jdtaus.iban.IbanSyntaxException} and {@code org.jdtaus.iban.IbanCheckDigitsException}.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte"
                mail="cs@schulte.it"
                createDate="2013-08-10T21:50:04Z">
        </author>
      </authors>
      <tools:source-files>
        <tools:source-file identifier="Default"/>
        <tools:source-file identifier="Documentation"
                           location="org/jdtaus/iso13616/test/package-info.java">
          <tools:source-sections>
            <tools:source-section name="License Header"/>
            <tools:source-section name="Documentation"/>
          </tools:source-sections>
        </tools:source-file>
      </tools:source-files>
    </implementation>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="jDTAUS ⁑ ISO-13616 ⁑ Tests ⁑ IBAN Syntax Exception Test"
                    name="jDTAUS ⁑ ISO-13616 ⁑ Tests ⁑ IBAN Syntax Exception Test"
                    vendor="jDTAUS"
                    version="1.1"
                    class="org.jdtaus.iso13616.test.IbanSyntaxExceptionTest"
                    classDeclaration="true"
                    final="true"
                    stateless="true"
                    createDate="2013-08-10T21:50:04Z">
      <documentation defaultLanguage="en">
        <text language="en" type="text/x-javadoc">Testcases for class {@code org.jdtaus.iban.IbanSyntaxException}.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte"
                mail="cs@schulte.it"
                createDate="2013-08-10T21:50:04Z">
        </author>
      </authors>
    </implementation>
    <!-- *********************************************************************************************************** -->
    <implementation identifier="jDTAUS ⁑ ISO-13616 ⁑ Tests ⁑ IBAN Check Digits Exception Test"
                    name="jDTAUS ⁑ ISO-13616 ⁑ Tests ⁑ IBAN Check Digits Exception Test"
                    vendor="jDTAUS"
                    version="1.1"
                    class="org.jdtaus.iso13616.test.IbanCheckDigitsExceptionTest"
                    classDeclaration="true"
                    final="true"
                    stateless="true"
                    createDate="2013-08-10T21:50:04Z">
      <documentation defaultLanguage="en">
        <text language="en" type="text/x-javadoc">Testcases for class {@code org.jdtaus.iban.IbanCheckDigitsException}.</text>
      </documentation>
      <authors>
        <author name="Christian Schulte"
                mail="cs@schulte.it"
                createDate="2013-08-10T21:50:04Z">
        </author>
      </authors>
    </implementation>
  </implementations>
</module>
