XML Schema Patterns for Databinding Test Result Page: Axis2 (1.3)

Note that these results indicate a databinding implementation is able to consume an example XML Schema wrapped in WSDL and later echo SOAP messages containing a valid instance of the XML document in the body. It is therefore possible for an implementation to simply echo the input XML, giving the impression that the XML Schema has been honoured and used to generate an internal data model presenting the input data with fidelity.

Additional tests, more dependent on the structure would be required to prove correctness, however, the Working Group believes that these tests provide a good indication of the interoperability of XML Schema based databinding tools.

Toolkit details

Name
Axis2
Version
1.3
Language Mapping
java
Binding
XMLBeans
Link

Synthetic view

Number of passed tests: 531

Total number of tests: 531

All tests: 603

100%

Passed and failed percentages

88% 12%

Total: passed 531 - failed 0 - skipped 72 - total 603

95% 5%

Basic: passed 152 - failed 0 - skipped 7 - total 159

85% 15%

Advanced: passed 379 - failed 0 - skipped 65 - total 444

Pending: passed 0 - failed 0 - skipped 0 - total 0

Failed Basic tests

Failed Advanced tests

In the report below:

Passed
(Green) indicates the service responded with a message equivalent to the request message.
Failed
(Red) indicates the service responded with a message different to the request message.
Skipped
(White) indicates the test was not run. Often this is because the toolkit was unable to consume the XML Schema or WSDL document.

Detailed Results

Test Name Test Instance Test Result Request
Response
DocumentationElement DocumentationElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDocumentationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:documentationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">hello world</ex:documentationElement>
        </ex:echoDocumentationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDocumentationElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:documentationElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">hello world</ex:documentationElement>
        </ex:echoDocumentationElement>
    </soapenv:Body>
</soapenv:Envelope>
IdentifierName IdentifierName02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIdentifierName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:identifierName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello</ex:identifierName>
        </ex:echoIdentifierName>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIdentifierName
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:identifierName
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Hello</ex:identifierName>
        </ex:echoIdentifierName>
    </soapenv:Body>
</soapenv:Envelope>
NonIdentifierName NonIdentifierName02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonIdentifierName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:non-Identifier-Name
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello</ex:non-Identifier-Name>
        </ex:echoNonIdentifierName>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonIdentifierName
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:non-Identifier-Name
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Hello</ex:non-Identifier-Name>
        </ex:echoNonIdentifierName>
    </soapenv:Body>
</soapenv:Envelope>
StringElement StringElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoStringElement>
    </soapenv:Body>
</soapenv:Envelope>
StringElement StringElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Hello cruel world.</ex:stringElement>
        </ex:echoStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Hello cruel world.</ex:stringElement>
        </ex:echoStringElement>
    </soapenv:Body>
</soapenv:Envelope>
StringAttribute StringAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringAttribute string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringAttribute string="hello"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoStringAttribute>
    </soapenv:Body>
</soapenv:Envelope>
StringAttribute StringAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    echoStringAttribute-StringAttribute02.xml,v 1.28 2008/02/20 16:44:26 pdowney Exp-->
        <ex:echoStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringAttribute string="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringAttribute string="0123456789"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoStringAttribute>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">false</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">false</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">true</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">true</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanElement BooleanElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBooleanElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:booleanElement>
        </ex:echoBooleanElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:booleanElement>
        </ex:echoBooleanElement>
    </soapenv:Body>
</soapenv:Envelope>
BooleanAttribute BooleanAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBooleanAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanAttribute boolean="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoBooleanAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanAttribute boolean="true"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoBooleanAttribute>
    </soapenv:Body>
</soapenv:Envelope>
BooleanAttribute BooleanAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBooleanAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:booleanAttribute boolean="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoBooleanAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBooleanAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanAttribute boolean="0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoBooleanAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1E4</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1E4</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1267.432233E12</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1267.432233E12</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12.78e-2</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12.78e-2</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleElement DoubleElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">INF</ex:doubleElement>
        </ex:echoDoubleElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">INF</ex:doubleElement>
        </ex:echoDoubleElement>
    </soapenv:Body>
</soapenv:Envelope>
DoubleAttribute DoubleAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleAttribute double="12.334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDoubleAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleAttribute double="12.334"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDoubleAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05-31T13:20:00-05:42</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1999-05-31T13:20:00-05:42</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2000-03-04T23:00:00Z</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2000-03-04T23:00:00Z</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2038-12-12T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2038-12-12T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0739-03-04T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0739-03-04T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeElement DateTimeElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">10739-03-04T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">10739-03-04T23:00:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeAttribute DateTimeAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00-05:42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00-05:42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeAttribute DateTimeAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeAttribute DateTimeAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeAttribute DateTimeAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeAttribute dateTime="2038-12-12T23:59:59"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="2038-12-12T23:59:59"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeAttribute DateTimeAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeAttribute dateTime="0739-04-04T04:51:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="0739-04-04T04:51:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateTimeAttribute DateTimeAttribute06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateTimeAttribute dateTime="10739-04-04T04:51:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="10739-04-04T04:51:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
Base64BinaryElement Base64BinaryElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">bQ==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBase64BinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">bQ==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
Base64BinaryElement Base64BinaryElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">eHdmb3Rh</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBase64BinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">eHdmb3Rh</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
Base64BinaryElement Base64BinaryElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBase64BinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">cnRjbGNyZW9scg==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBase64BinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">cnRjbGNyZW9scg==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
AnyURIElement AnyURIElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyURIElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyURIElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement>
        </ex:echoAnyURIElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyURIElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyURIElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement>
        </ex:echoAnyURIElement>
    </soapenv:Body>
</soapenv:Envelope>
AnyURIAttribute AnyURIAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyURIAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAnyURIAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyURIAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAnyURIAttribute>
    </soapenv:Body>
</soapenv:Envelope>
QNameElement QNameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoQNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:QNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">ex:QNameElement</ex:QNameElement>
        </ex:echoQNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoQNameElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:QNameElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">ex:QNameElement</ex:QNameElement>
        </ex:echoQNameElement>
    </soapenv:Body>
</soapenv:Envelope>
QNameAttribute QNameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoQNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:QNameAttribute QName="ex:QNameAttribute"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoQNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoQNameAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:QNameAttribute QName="ex:QNameAttribute"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoQNameAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NormalizedStringElement NormalizedStringElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNormalizedStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNormalizedStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNormalizedStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNormalizedStringElement>
    </soapenv:Body>
</soapenv:Envelope>
NormalizedStringElement NormalizedStringElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNormalizedStringElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">How now brown cow.</ex:normalizedStringElement>
        </ex:echoNormalizedStringElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNormalizedStringElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">How now brown cow.</ex:normalizedStringElement>
        </ex:echoNormalizedStringElement>
    </soapenv:Body>
</soapenv:Envelope>
NormalizedStringAttribute NormalizedStringAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNormalizedStringAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNormalizedStringAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNormalizedStringAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNormalizedStringAttribute>
    </soapenv:Body>
</soapenv:Envelope>
TokenElement TokenElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTokenElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:tokenElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">tokenElement</ex:tokenElement>
        </ex:echoTokenElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTokenElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">tokenElement</ex:tokenElement>
        </ex:echoTokenElement>
    </soapenv:Body>
</soapenv:Envelope>
TokenAttribute TokenAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTokenAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:tokenAttribute token="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoTokenAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTokenAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenAttribute token="hello"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoTokenAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NameElement NameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:NameElement>
        </ex:echoNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNameElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NameElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:NameElement>
        </ex:echoNameElement>
    </soapenv:Body>
</soapenv:Envelope>
NCNameElement NCNameElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNCNameElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NCNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:NCNameElement>
        </ex:echoNCNameElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNCNameElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NCNameElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:NCNameElement>
        </ex:echoNCNameElement>
    </soapenv:Body>
</soapenv:Envelope>
NCNameAttribute NCNameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNCNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NCNameAttribute NCName="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNCNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNCNameAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NCNameAttribute NCName="bar"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNCNameAttribute>
    </soapenv:Body>
</soapenv:Envelope>
LongElement LongElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:longElement>
        </ex:echoLongElement>
    </soapenv:Body>
</soapenv:Envelope>
LongElement LongElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1</ex:longElement>
        </ex:echoLongElement>
    </soapenv:Body>
</soapenv:Envelope>
LongElement LongElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:longElement>
        </ex:echoLongElement>
    </soapenv:Body>
</soapenv:Envelope>
LongElement LongElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-9223372036854775808</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-9223372036854775808</ex:longElement>
        </ex:echoLongElement>
    </soapenv:Body>
</soapenv:Envelope>
LongElement LongElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">9223372036854775807</ex:longElement>
        </ex:echoLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">9223372036854775807</ex:longElement>
        </ex:echoLongElement>
    </soapenv:Body>
</soapenv:Envelope>
LongAttribute LongAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longAttribute long="1066"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longAttribute long="1066"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
LongAttribute LongAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longAttribute long="-1515"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longAttribute long="-1515"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
LongAttribute LongAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longAttribute long="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longAttribute long="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
LongAttribute LongAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longAttribute long="-9223372036854775808"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longAttribute long="-9223372036854775808"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
LongAttribute LongAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longAttribute long="9223372036854775807"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longAttribute long="9223372036854775807"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntElement IntElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:intElement>
        </ex:echoIntElement>
    </soapenv:Body>
</soapenv:Envelope>
IntElement IntElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-42</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-42</ex:intElement>
        </ex:echoIntElement>
    </soapenv:Body>
</soapenv:Envelope>
IntElement IntElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:intElement>
        </ex:echoIntElement>
    </soapenv:Body>
</soapenv:Envelope>
IntElement IntElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2147483647</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2147483647</ex:intElement>
        </ex:echoIntElement>
    </soapenv:Body>
</soapenv:Envelope>
IntElement IntElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-2147483648</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-2147483648</ex:intElement>
        </ex:echoIntElement>
    </soapenv:Body>
</soapenv:Envelope>
IntAttribute IntAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intAttribute int="42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intAttribute int="42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntAttribute IntAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intAttribute int="-42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intAttribute int="-42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntAttribute IntAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intAttribute int="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intAttribute int="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntAttribute IntAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intAttribute int="2147483647"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intAttribute int="2147483647"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntAttribute IntAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intAttribute int="-2147483648"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intAttribute int="-2147483648"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ShortElement ShortElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:shortElement>
        </ex:echoShortElement>
    </soapenv:Body>
</soapenv:Envelope>
ShortElement ShortElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:shortElement>
        </ex:echoShortElement>
    </soapenv:Body>
</soapenv:Envelope>
ShortElement ShortElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">32767</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">32767</ex:shortElement>
        </ex:echoShortElement>
    </soapenv:Body>
</soapenv:Envelope>
ShortElement ShortElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-32768</ex:shortElement>
        </ex:echoShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-32768</ex:shortElement>
        </ex:echoShortElement>
    </soapenv:Body>
</soapenv:Envelope>
ShortAttribute ShortAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortAttribute short="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortAttribute short="22"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ShortAttribute ShortAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortAttribute short="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortAttribute short="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ShortAttribute ShortAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortAttribute short="32767"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortAttribute short="32767"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ShortAttribute ShortAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortAttribute short="-32768"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortAttribute short="-32768"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ByteElement ByteElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:byteElement>
        </ex:echoByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoByteElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:byteElement>
        </ex:echoByteElement>
    </soapenv:Body>
</soapenv:Envelope>
ByteElement ByteElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">127</ex:byteElement>
        </ex:echoByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoByteElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">127</ex:byteElement>
        </ex:echoByteElement>
    </soapenv:Body>
</soapenv:Envelope>
ByteElement ByteElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-128</ex:byteElement>
        </ex:echoByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoByteElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-128</ex:byteElement>
        </ex:echoByteElement>
    </soapenv:Body>
</soapenv:Envelope>
ByteAttribute ByteAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:byteAttribute byte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoByteAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteAttribute byte="64"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoByteAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ByteAttribute ByteAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:byteAttribute byte="127"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoByteAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteAttribute byte="127"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoByteAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ByteAttribute ByteAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:byteAttribute byte="-128"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoByteAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteAttribute byte="-128"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoByteAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="20"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonNegativeIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="-0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonNegativeIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonNegativeIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonNegativeIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerAttribute NonNegativeIntegerAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerAttribute
                nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerAttribute
                nonNegativeInteger="3141592653531415926536106615151970884848347234273984723"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonNegativeIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerElement PositiveIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerElement PositiveIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerElement PositiveIntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">153452759384758934752984759387692835739846739486754598674</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">153452759384758934752984759387692835739846739486754598674</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerAttribute PositiveIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerAttribute positiveInteger="257"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerAttribute positiveInteger="257"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoPositiveIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerAttribute PositiveIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerAttribute positiveInteger="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerAttribute positiveInteger="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoPositiveIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerAttribute PositiveIntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerAttribute
                positiveInteger="153452759384758934752984759387692835739846739486754598674"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerAttribute
                positiveInteger="153452759384758934752984759387692835739846739486754598674"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoPositiveIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GlobalSimpleType GlobalSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:globalSimpleType>
        </ex:echoGlobalSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalSimpleType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalSimpleType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:globalSimpleType>
        </ex:echoGlobalSimpleType>
    </soapenv:Body>
</soapenv:Envelope>
StringEnumerationType StringEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">John</ex:beatle>
        </ex:echoStringEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:beatle
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">John</ex:beatle>
        </ex:echoStringEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
StringEnumerationType StringEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Paul</ex:beatle>
        </ex:echoStringEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:beatle
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Paul</ex:beatle>
        </ex:echoStringEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
StringEnumerationType StringEnumerationType03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Ringo</ex:beatle>
        </ex:echoStringEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:beatle
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Ringo</ex:beatle>
        </ex:echoStringEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeSequence ComplexTypeSequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeSequence id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:name>Widget</ex:name>
                <ex:shade>Light Blue</ex:shade>
                <ex:length>33</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeSequence
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeSequence id="6026" inStock="232"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:name xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Widget</ex:name>
                <ex:shade xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Light Blue</ex:shade>
                <ex:length xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">33</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeSequence ComplexTypeSequence02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeSequence id="6026" inStock="52"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:name>Widget</ex:name>
                <ex:shade>Green</ex:shade>
                <ex:length>1233</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeSequence
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeSequence id="6026" inStock="52"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:name xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Widget</ex:name>
                <ex:shade xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Green</ex:shade>
                <ex:length xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1233</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs1 ElementMinOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:elementMinOccurs1item>item1</ex:elementMinOccurs1item>
            </ex:elementMinOccurs1>
        </ex:echoElementMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMinOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:elementMinOccurs1item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item1</ex:elementMinOccurs1item>
            </ex:elementMinOccurs1>
        </ex:echoElementMinOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
ElementMaxOccurs1 ElementMaxOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:value>44</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMaxOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMaxOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:value xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
ElementMaxOccurs1 ElementMaxOccurs102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:value>4</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMaxOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMaxOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:value xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">4</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
ElementMaxOccursUnbounded ElementMaxOccursUnbounded01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:day>2002-09-24</ex:day>
                <ex:day>2003-04-14</ex:day>
                <ex:day>2004-03-31</ex:day>
                <ex:day>2005-06-04</ex:day>
                <ex:day>2006-07-03</ex:day>
            </ex:publications>
        </ex:echoElementMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:publications
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:day xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2002-09-24</ex:day>
                <ex:day xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2003-04-14</ex:day>
                <ex:day xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2004-03-31</ex:day>
                <ex:day xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2005-06-04</ex:day>
                <ex:day xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2006-07-03</ex:day>
            </ex:publications>
        </ex:echoElementMaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ElementMaxOccursUnbounded ElementMaxOccursUnbounded02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:day>2006-01-26</ex:day>
            </ex:publications>
        </ex:echoElementMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:publications
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:day xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2006-01-26</ex:day>
            </ex:publications>
        </ex:echoElementMaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
AttributeOptional AttributeOptional01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeOptional currency="EUR" id="1711"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:amount>1250</ex:amount>
            </ex:attributeOptional>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeOptional
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeOptional currency="EUR" id="1711"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:amount xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1250</ex:amount>
            </ex:attributeOptional>
        </ex:echoAttributeOptional>
    </soapenv:Body>
</soapenv:Envelope>
AttributeOptional AttributeOptional02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeOptional id="1712"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:amount>1250</ex:amount>
            </ex:attributeOptional>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeOptional
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeOptional id="1712"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:amount xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1250</ex:amount>
            </ex:attributeOptional>
        </ex:echoAttributeOptional>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElement GlobalElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGlobalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGlobalElement>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElement GlobalElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">a value</ex:globalElement>
        </ex:echoGlobalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">a value</ex:globalElement>
        </ex:echoGlobalElement>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElement GlobalElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">another Value</ex:globalElement>
        </ex:echoGlobalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">another Value</ex:globalElement>
        </ex:echoGlobalElement>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs0 ElementMinOccurs001 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:lastName>Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs0
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMinOccurs0
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs0 ElementMinOccurs002 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs0
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMinOccurs0
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sumner</ex:middleName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </soapenv:Body>
</soapenv:Envelope>
NillableElement NillableElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNillableElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableMiddleName
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName
                    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xsi:nil="true"/>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </soapenv:Body>
</soapenv:Envelope>
NillableElement NillableElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNillableElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableMiddleName
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sumner</ex:middleName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </soapenv:Body>
</soapenv:Envelope>
NullEnumerationType NullEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNullEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nullEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNullEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNullEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nullEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNullEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
ElementEmptyComplexType ElementEmptyComplexType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementEmptyComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementEmptyComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoElementEmptyComplexType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementEmptyComplexType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementEmptyComplexType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoElementEmptyComplexType>
    </soapenv:Body>
</soapenv:Envelope>
ElementEmptySequence ElementEmptySequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementEmptySequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementEmptySequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoElementEmptySequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementEmptySequence
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementEmptySequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoElementEmptySequence>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementSequence GlobalElementSequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:foo>one</ex:foo>
                <ex:bar>two</ex:bar>
            </ex:globalElementSequence>
        </ex:echoGlobalElementSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementSequence
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementSequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:foo xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">one</ex:foo>
                <ex:bar xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">two</ex:bar>
            </ex:globalElementSequence>
        </ex:echoGlobalElementSequence>
    </soapenv:Body>
</soapenv:Envelope>
NestedSequenceElementList NestedSequenceElementList01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNestedSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nestedSequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:nestedItem>
                    <ex:item>item onexone</ex:item>
                    <ex:item>item onextwo</ex:item>
                    <ex:item>item onexthree</ex:item>
                    <ex:item>item onexfour</ex:item>
                </ex:nestedItem>
                <ex:nestedItem>
                    <ex:item>item twoxone</ex:item>
                    <ex:item>item twoxtwo</ex:item>
                    <ex:item>item twoxthree</ex:item>
                    <ex:item>item twoxfour</ex:item>
                </ex:nestedItem>
            </ex:nestedSequenceElementList>
        </ex:echoNestedSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNestedSequenceElementList
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nestedSequenceElementList
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:nestedItem xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item onexone</ex:item>
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item onextwo</ex:item>
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item onexthree</ex:item>
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item onexfour</ex:item>
                </ex:nestedItem>
                <ex:nestedItem xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item twoxone</ex:item>
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item twoxtwo</ex:item>
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item twoxthree</ex:item>
                    <ex:item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item twoxfour</ex:item>
                </ex:nestedItem>
            </ex:nestedSequenceElementList>
        </ex:echoNestedSequenceElementList>
    </soapenv:Body>
</soapenv:Envelope>
ElementReference ElementReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:customerName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:customerName>
        </ex:echoElementReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementReference
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:customerName
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:customerName>
        </ex:echoElementReference>
    </soapenv:Body>
</soapenv:Envelope>
AttributeReference AttributeReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:clientName ex:phoneNumber="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:clientName>
        </ex:echoAttributeReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeReference
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:clientName ex:phoneNumber="0123456789"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:clientName>
        </ex:echoAttributeReference>
    </soapenv:Body>
</soapenv:Envelope>
BareVector BareVector01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:item1>item one</ex:item1>
                <ex:item1>item two</ex:item1>
                <ex:item2>item three</ex:item2>
                <ex:item2>item four</ex:item2>
                <ex:item3>item five</ex:item3>
                <ex:item3>item six</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBareVector
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:item1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item one</ex:item1>
                <ex:item1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item two</ex:item1>
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item three</ex:item2>
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item four</ex:item2>
                <ex:item3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item five</ex:item3>
                <ex:item3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item six</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </soapenv:Body>
</soapenv:Envelope>
BareVector BareVector02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:item1>item one</ex:item1>
                <ex:item1>item two</ex:item1>
                <ex:item3>item three</ex:item3>
                <ex:item3>item four</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBareVector
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:item1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item one</ex:item1>
                <ex:item1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item two</ex:item1>
                <ex:item3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item three</ex:item3>
                <ex:item3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item four</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </soapenv:Body>
</soapenv:Envelope>
BareVector BareVector03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:item2>item one</ex:item2>
                <ex:item2>item two</ex:item2>
                <ex:item2>item three</ex:item2>
                <ex:item2>item four</ex:item2>
                <ex:item3>item five</ex:item3>
                <ex:item3>item six</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBareVector
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item one</ex:item2>
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item two</ex:item2>
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item three</ex:item2>
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item four</ex:item2>
                <ex:item3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item five</ex:item3>
                <ex:item3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item six</ex:item3>
            </ex:bareVector>
        </ex:echoBareVector>
    </soapenv:Body>
</soapenv:Envelope>
BareVector BareVector04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBareVector xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:item1>item one</ex:item1>
                <ex:item1>item two</ex:item1>
                <ex:item2>item three</ex:item2>
                <ex:item2>item four</ex:item2>
            </ex:bareVector>
        </ex:echoBareVector>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBareVector
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:item1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item one</ex:item1>
                <ex:item1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item two</ex:item1>
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item three</ex:item2>
                <ex:item2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item four</ex:item2>
            </ex:bareVector>
        </ex:echoBareVector>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeSequenceExtension ComplexTypeSequenceExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeSequenceExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeSequenceExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:name>Mary</ex:name>
                <ex:description>tall</ex:description>
            </ex:complexTypeSequenceExtension>
        </ex:echoComplexTypeSequenceExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeSequenceExtension
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeSequenceExtension
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:name xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mary</ex:name>
                <ex:description xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">tall</ex:description>
            </ex:complexTypeSequenceExtension>
        </ex:echoComplexTypeSequenceExtension>
    </soapenv:Body>
</soapenv:Envelope>
TypeSubstitutionUsingXsiType TypeSubstitutionUsingXsiType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTypeSubstitutionUsingXsiType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:assembly
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:part>
                    <ex:number>p1</ex:number>
                </ex:part>
                <ex:part xsi:type="ex:Part2">
                    <ex:number>p2</ex:number>
                    <ex:description>extended part</ex:description>
                </ex:part>
            </ex:assembly>
        </ex:echoTypeSubstitutionUsingXsiType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTypeSubstitutionUsingXsiType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:assembly
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:part xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:number xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">p1</ex:number>
                </ex:part>
                <ex:part
                    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xsi:type="ex:Part2">
                    <ex:number xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">p2</ex:number>
                    <ex:description xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">extended part</ex:description>
                </ex:part>
            </ex:assembly>
        </ex:echoTypeSubstitutionUsingXsiType>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccurs1 SequenceMinOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:sequenceMinOccurs1item>item1</ex:sequenceMinOccurs1item>
            </ex:sequenceMinOccurs1>
        </ex:echoSequenceMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceMinOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:sequenceMinOccurs1item xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item1</ex:sequenceMinOccurs1item>
            </ex:sequenceMinOccurs1>
        </ex:echoSequenceMinOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMaxOccurs1 SequenceMaxOccurs101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:myAge>44</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMaxOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:myAgeDetails
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:myAge xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMaxOccurs1 SequenceMaxOccurs102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:myAge>4</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMaxOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:myAgeDetails
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:myAge xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">4</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs0MaxOccursUnbounded ElementMinOccurs0MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs0MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationList
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs0MaxOccursUnbounded ElementMinOccurs0MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:durationValue>24</ex:durationValue>
                <ex:durationValue>34</ex:durationValue>
                <ex:durationValue>44</ex:durationValue>
            </ex:durationList>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs0MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationList
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:durationValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">24</ex:durationValue>
                <ex:durationValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">34</ex:durationValue>
                <ex:durationValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:durationValue>
            </ex:durationList>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs1MaxOccursUnbounded ElementMinOccurs1MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:ageValue>44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs1MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageList
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:ageValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs1MaxOccursUnbounded ElementMinOccurs1MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:ageValue>24</ex:ageValue>
                <ex:ageValue>34</ex:ageValue>
                <ex:ageValue>44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs1MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageList
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:ageValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">24</ex:ageValue>
                <ex:ageValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">34</ex:ageValue>
                <ex:ageValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ElementTypeReference ElementTypeReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementTypeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementTypeReference
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:text>
                    <ex:referenced>foo</ex:referenced>
                </ex:text>
            </ex:elementTypeReference>
        </ex:echoElementTypeReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementTypeReference
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementTypeReference
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:text xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:referenced xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">foo</ex:referenced>
                </ex:text>
            </ex:elementTypeReference>
        </ex:echoElementTypeReference>
    </soapenv:Body>
</soapenv:Envelope>
LocalElementComplexType LocalElementComplexType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLocalElementComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:localElementComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:name>
                    <ex:firstName>Paul</ex:firstName>
                    <ex:lastName>Paul</ex:lastName>
                </ex:name>
            </ex:localElementComplexType>
        </ex:echoLocalElementComplexType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLocalElementComplexType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localElementComplexType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:name xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                    <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:lastName>
                </ex:name>
            </ex:localElementComplexType>
        </ex:echoLocalElementComplexType>
    </soapenv:Body>
</soapenv:Envelope>
Id IdExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoId xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:idExample string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoId>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoId xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:idExample string="hello"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoId>
    </soapenv:Body>
</soapenv:Envelope>
ElementFormQualified ElementFormQualified01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementFormQualified xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementFormQualified
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:premium>1175</ex:premium>
            </ex:elementFormQualified>
        </ex:echoElementFormQualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementFormQualified
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementFormQualified
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:premium xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1175</ex:premium>
            </ex:elementFormQualified>
        </ex:echoElementFormQualified>
    </soapenv:Body>
</soapenv:Envelope>
NotNillableElement NotNillableElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNotNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:notNillableElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:notNillableElement>Stuff</ex:notNillableElement>
            </ex:notNillableElement>
        </ex:echoNotNillableElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNotNillableElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:notNillableElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:notNillableElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Stuff</ex:notNillableElement>
            </ex:notNillableElement>
        </ex:echoNotNillableElement>
    </soapenv:Body>
</soapenv:Envelope>
NotMixed NotMixedExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNotMixed xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:notMixed
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:notMixedElement>Stuff</ex:notMixedElement>
            </ex:notMixed>
        </ex:echoNotMixed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNotMixed
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:notMixed
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:notMixedElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Stuff</ex:notMixedElement>
            </ex:notMixed>
        </ex:echoNotMixed>
    </soapenv:Body>
</soapenv:Envelope>
AttributeFormUnqualified AttributeFormUnqualifiedExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeFormUnqualified xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeFormUnqualified id="id01"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:premium>1175</ex:premium>
            </ex:attributeFormUnqualified>
        </ex:echoAttributeFormUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeFormUnqualified
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeFormUnqualified id="id01"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:premium xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1175</ex:premium>
            </ex:attributeFormUnqualified>
        </ex:echoAttributeFormUnqualified>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeConcrete ComplexTypeConcreteExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeConcrete xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeConcrete
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:premium>1175</ex:premium>
            </ex:complexTypeConcrete>
        </ex:echoComplexTypeConcrete>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeConcrete
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeConcrete
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:premium xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1175</ex:premium>
            </ex:complexTypeConcrete>
        </ex:echoComplexTypeConcrete>
    </soapenv:Body>
</soapenv:Envelope>
GlobalComplexType GlobalComplexTypeExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalComplexType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:premium>1175</ex:premium>
            </ex:globalComplexType>
        </ex:echoGlobalComplexType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalComplexType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalComplexType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:premium xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1175</ex:premium>
            </ex:globalComplexType>
        </ex:echoGlobalComplexType>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementConcrete GlobalElementConcreteExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementConcrete xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementConcrete
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Stuff</ex:globalElementConcrete>
        </ex:echoGlobalElementConcrete>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementConcrete
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementConcrete
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Stuff</ex:globalElementConcrete>
        </ex:echoGlobalElementConcrete>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementBlock GlobalElementBlockExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementBlock xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementBlock
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Stuff</ex:globalElementBlock>
        </ex:echoGlobalElementBlock>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementBlock
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementBlock
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Stuff</ex:globalElementBlock>
        </ex:echoGlobalElementBlock>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementFinal GlobalElementFinalExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementFinal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementFinal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Stuff</ex:globalElementFinal>
        </ex:echoGlobalElementFinal>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementFinal
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementFinal
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Stuff</ex:globalElementFinal>
        </ex:echoGlobalElementFinal>
    </soapenv:Body>
</soapenv:Envelope>
GlobalComplexTypeBlock GlobalComplexTypeBlockExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalComplexTypeBlock xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalComplexTypeBlock
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:amount>1175</ex:amount>
            </ex:globalComplexTypeBlock>
        </ex:echoGlobalComplexTypeBlock>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalComplexTypeBlock
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalComplexTypeBlock
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:amount xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1175</ex:amount>
            </ex:globalComplexTypeBlock>
        </ex:echoGlobalComplexTypeBlock>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeAttribute ComplexTypeAttributeExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeAttribute currency="EUR" id="1711"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:premium>a1250</ex:premium>
            </ex:complexTypeAttribute>
        </ex:echoComplexTypeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeAttribute currency="EUR" id="1711"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:premium xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">a1250</ex:premium>
            </ex:complexTypeAttribute>
        </ex:echoComplexTypeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeAttributeExtension ComplexTypeAttributeExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeAttributeExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeAttributeExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:name gender="female">Mary</ex:name>
            </ex:complexTypeAttributeExtension>
        </ex:echoComplexTypeAttributeExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeAttributeExtension
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeAttributeExtension
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:name gender="female" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mary</ex:name>
            </ex:complexTypeAttributeExtension>
        </ex:echoComplexTypeAttributeExtension>
    </soapenv:Body>
</soapenv:Envelope>
MaxOccurs1 MaxOccurs01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:maxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:value>44</ex:value>
            </ex:maxOccurs1>
        </ex:echoMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMaxOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:maxOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:value xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:value>
            </ex:maxOccurs1>
        </ex:echoMaxOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
MaxOccurs1 MaxOccurs02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMaxOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:maxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:value>4</ex:value>
            </ex:maxOccurs1>
        </ex:echoMaxOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMaxOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:maxOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:value xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">4</ex:value>
            </ex:maxOccurs1>
        </ex:echoMaxOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
MinOccurs1 MinOccurs01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:minOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:value>44</ex:value>
            </ex:minOccurs1>
        </ex:echoMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMinOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:minOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:value xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:value>
            </ex:minOccurs1>
        </ex:echoMinOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
MinOccurs1 MinOccurs02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMinOccurs1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:minOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:value>4</ex:value>
                <ex:value>8</ex:value>
            </ex:minOccurs1>
        </ex:echoMinOccurs1>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMinOccurs1
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:minOccurs1
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:value xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">4</ex:value>
                <ex:value xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">8</ex:value>
            </ex:minOccurs1>
        </ex:echoMinOccurs1>
    </soapenv:Body>
</soapenv:Envelope>
SequenceElement SequenceElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element1>element1</ex:element1>
                <ex:element2>element2</ex:element2>
                <ex:element3>element3</ex:element3>
            </ex:sequenceElement>
        </ex:echoSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element1</ex:element1>
                <ex:element2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element2</ex:element2>
                <ex:element3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element3</ex:element3>
            </ex:sequenceElement>
        </ex:echoSequenceElement>
    </soapenv:Body>
</soapenv:Envelope>
SequenceSingleRepeatedElement SequenceSingleRepeatedElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceSingleRepeatedElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceSingleRepeatedElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
                <ex:element>element</ex:element>
            </ex:sequenceSingleRepeatedElement>
        </ex:echoSequenceSingleRepeatedElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceSingleRepeatedElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSingleRepeatedElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element</ex:element>
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element</ex:element>
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element</ex:element>
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element</ex:element>
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element</ex:element>
            </ex:sequenceSingleRepeatedElement>
        </ex:echoSequenceSingleRepeatedElement>
    </soapenv:Body>
</soapenv:Envelope>
SequenceSingleRepeatedElement SequenceSingleRepeatedElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceSingleRepeatedElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceSingleRepeatedElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element>element</ex:element>
            </ex:sequenceSingleRepeatedElement>
        </ex:echoSequenceSingleRepeatedElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceSingleRepeatedElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSingleRepeatedElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element</ex:element>
            </ex:sequenceSingleRepeatedElement>
        </ex:echoSequenceSingleRepeatedElement>
    </soapenv:Body>
</soapenv:Envelope>
GlobalAttribute GlobalAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalAttribute globalAttributeAttr="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:globalAttributeElement>another string</ex:globalAttributeElement>
            </ex:globalAttribute>
        </ex:echoGlobalAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalAttribute globalAttributeAttr="string"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:globalAttributeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">another string</ex:globalAttributeElement>
            </ex:globalAttribute>
        </ex:echoGlobalAttribute>
    </soapenv:Body>
</soapenv:Envelope>
AnySimpleTypeAttribute AnySimpleTypeAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnySimpleTypeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anySimpleTypeAttribute anySimpleType="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAnySimpleTypeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnySimpleTypeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anySimpleTypeAttribute anySimpleType="hello"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAnySimpleTypeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
AnySimpleTypeAttribute AnySimpleTypeAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnySimpleTypeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anySimpleTypeAttribute anySimpleType="1"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAnySimpleTypeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnySimpleTypeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anySimpleTypeAttribute anySimpleType="1"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAnySimpleTypeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
AnySimpleTypeElement AnySimpleTypeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnySimpleTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAnySimpleTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnySimpleTypeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anySimpleTypeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAnySimpleTypeElement>
    </soapenv:Body>
</soapenv:Envelope>
AnySimpleTypeElement AnySimpleTypeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnySimpleTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">anySimpleTypeValue</ex:anySimpleTypeElement>
        </ex:echoAnySimpleTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnySimpleTypeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anySimpleTypeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">anySimpleTypeValue</ex:anySimpleTypeElement>
        </ex:echoAnySimpleTypeElement>
    </soapenv:Body>
</soapenv:Envelope>
AnyTypeElement AnyTypeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAnyTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyTypeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyTypeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAnyTypeElement>
    </soapenv:Body>
</soapenv:Envelope>
AnyTypeElement AnyTypeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <foo xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">
                    <bar>cheese</bar>
                </foo>
            </ex:anyTypeElement>
        </ex:echoAnyTypeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyTypeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyTypeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <foo xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">
                    <bar>cheese</bar>
                </foo>
            </ex:anyTypeElement>
        </ex:echoAnyTypeElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalElement DecimalElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</ex:decimalElement>
        </ex:echoDecimalElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalElement DecimalElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1.23</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1.23</ex:decimalElement>
        </ex:echoDecimalElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalElement DecimalElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12678967.543233</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12678967.543233</ex:decimalElement>
        </ex:echoDecimalElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalElement DecimalElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+1000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+1000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalElement DecimalElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalElement DecimalElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">210</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">210</ex:decimalElement>
        </ex:echoDecimalElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalElement DecimalElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">210.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">210.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalAttribute DecimalAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalAttribute
                decimal="+10000000999829292922093443563.32423442"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDecimalAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalAttribute
                decimal="+10000000999829292922093443563.32423442"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDecimalAttribute>
    </soapenv:Body>
</soapenv:Envelope>
FloatElement FloatElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1E4</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1E4</ex:floatElement>
        </ex:echoFloatElement>
    </soapenv:Body>
</soapenv:Envelope>
FloatElement FloatElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1267.43233E12</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1267.43233E12</ex:floatElement>
        </ex:echoFloatElement>
    </soapenv:Body>
</soapenv:Envelope>
FloatElement FloatElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12.78e-2</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12.78e-2</ex:floatElement>
        </ex:echoFloatElement>
    </soapenv:Body>
</soapenv:Envelope>
FloatElement FloatElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12</ex:floatElement>
        </ex:echoFloatElement>
    </soapenv:Body>
</soapenv:Envelope>
FloatElement FloatElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">INF</ex:floatElement>
        </ex:echoFloatElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">INF</ex:floatElement>
        </ex:echoFloatElement>
    </soapenv:Body>
</soapenv:Envelope>
FloatAttribute FloatAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatAttribute float="-7446.445E5"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoFloatAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatAttribute float="-7446.445E5"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoFloatAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DurationElement DurationElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">P1Y2M3DT10H30M</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDurationElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">P1Y2M3DT10H30M</ex:durationElement>
        </ex:echoDurationElement>
    </soapenv:Body>
</soapenv:Envelope>
DurationElement DurationElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-P1347M</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDurationElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-P1347M</ex:durationElement>
        </ex:echoDurationElement>
    </soapenv:Body>
</soapenv:Envelope>
DurationElement DurationElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">P1347Y</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDurationElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">P1347Y</ex:durationElement>
        </ex:echoDurationElement>
    </soapenv:Body>
</soapenv:Envelope>
DurationElement DurationElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDurationElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">P1M</ex:durationElement>
        </ex:echoDurationElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDurationElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">P1M</ex:durationElement>
        </ex:echoDurationElement>
    </soapenv:Body>
</soapenv:Envelope>
DurationAttribute DurationAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDurationAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationAttribute duration="P1M"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDurationAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDurationAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationAttribute duration="P1M"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDurationAttribute>
    </soapenv:Body>
</soapenv:Envelope>
TimeElement TimeElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">00:00:00</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">00:00:00</ex:timeElement>
        </ex:echoTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
TimeElement TimeElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12:00:01</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12:00:01</ex:timeElement>
        </ex:echoTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
TimeElement TimeElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">23:59:59</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">23:59:59</ex:timeElement>
        </ex:echoTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
TimeElement TimeElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">13:21:03Z</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">13:21:03Z</ex:timeElement>
        </ex:echoTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
TimeElement TimeElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">13:21:03-04:32</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">13:21:03-04:32</ex:timeElement>
        </ex:echoTimeElement>
    </soapenv:Body>
</soapenv:Envelope>
TimeAttribute TimeAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeAttribute time="00:00:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeAttribute time="00:00:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
TimeAttribute TimeAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeAttribute time="12:00:01"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeAttribute time="12:00:01"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
TimeAttribute TimeAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeAttribute time="23:59:59"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeAttribute time="23:59:59"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
TimeAttribute TimeAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeAttribute time="12:34:56Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeAttribute time="12:34:56Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
TimeAttribute TimeAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeAttribute time="12:34:56+01:23"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoTimeAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTimeAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeAttribute time="12:34:56+01:23"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoTimeAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateElement DateElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05-31</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1999-05-31</ex:dateElement>
        </ex:echoDateElement>
    </soapenv:Body>
</soapenv:Envelope>
DateElement DateElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0739-05-31</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0739-05-31</ex:dateElement>
        </ex:echoDateElement>
    </soapenv:Body>
</soapenv:Envelope>
DateElement DateElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2038-05-31Z</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2038-05-31Z</ex:dateElement>
        </ex:echoDateElement>
    </soapenv:Body>
</soapenv:Envelope>
DateElement DateElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05-31+05:43</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1999-05-31+05:43</ex:dateElement>
        </ex:echoDateElement>
    </soapenv:Body>
</soapenv:Envelope>
DateElement DateElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">10739-05-31</ex:dateElement>
        </ex:echoDateElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">10739-05-31</ex:dateElement>
        </ex:echoDateElement>
    </soapenv:Body>
</soapenv:Envelope>
DateAttribute DateAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateAttribute date="2006-05-30"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateAttribute date="2006-05-30"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateAttribute DateAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateAttribute date="0739-05-31"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateAttribute date="0739-05-31"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateAttribute DateAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateAttribute date="2038-12-31Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateAttribute date="2038-12-31Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateAttribute DateAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateAttribute date="2006-05-30-01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateAttribute date="2006-05-30-01:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateAttribute>
    </soapenv:Body>
</soapenv:Envelope>
DateAttribute DateAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateAttribute date="10739-05-31"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoDateAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateAttribute date="10739-05-31"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoDateAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthElement GYearMonthElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1999-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthElement GYearMonthElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0739-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0739-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthElement GYearMonthElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2038-02</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2038-02</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthElement GYearMonthElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2007-05+01:00</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2007-05+01:00</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthElement GYearMonthElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2007-05-01:00</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2007-05-01:00</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthElement GYearMonthElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2007-05Z</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2007-05Z</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthElement GYearMonthElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">10739-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">10739-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthAttribute GYearMonthAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthAttribute gYearMonth="2006-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="2006-09"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthAttribute GYearMonthAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthAttribute gYearMonth="0739-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="0739-09"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthAttribute GYearMonthAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthAttribute gYearMonth="2038-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="2038-09"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthAttribute GYearMonthAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthAttribute gYearMonth="2006-09+01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="2006-09+01:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthAttribute GYearMonthAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthAttribute gYearMonth="2006-09-01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="2006-09-01:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthAttribute GYearMonthAttribute06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthAttribute gYearMonth="2007-05Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="2007-05Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthAttribute GYearMonthAttribute07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthAttribute gYearMonth="10739-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="10739-09"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearElement GYearElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1999</ex:gYearElement>
        </ex:echoGYearElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearElement GYearElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0739</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0739</ex:gYearElement>
        </ex:echoGYearElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearElement GYearElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2039</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2039</ex:gYearElement>
        </ex:echoGYearElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearElement GYearElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2007-13:00</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2007-13:00</ex:gYearElement>
        </ex:echoGYearElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearElement GYearElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1999+02:00</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1999+02:00</ex:gYearElement>
        </ex:echoGYearElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearElement GYearElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2008Z</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2008Z</ex:gYearElement>
        </ex:echoGYearElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearElement GYearElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">10739</ex:gYearElement>
        </ex:echoGYearElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">10739</ex:gYearElement>
        </ex:echoGYearElement>
    </soapenv:Body>
</soapenv:Envelope>
GYearAttribute GYearAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="1999"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="1999"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearAttribute GYearAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="0739"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="0739"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearAttribute GYearAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="2039"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="2039"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearAttribute GYearAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="2007-13:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="2007-13:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearAttribute GYearAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="1999+02:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="1999+02:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearAttribute GYearAttribute06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="2008Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="2008Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GYearAttribute GYearAttribute07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="10739"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGYearAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="10739"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGYearAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayElement GMonthDayElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12-31</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12-31</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayElement GMonthDayElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12-31Z</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12-31Z</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayElement GMonthDayElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12-31-05:00</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12-31-05:00</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayElement GMonthDayElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12-31+01:00</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12-31+01:00</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayAttribute GMonthDayAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayAttribute gMonthDay="--09-28"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayAttribute gMonthDay="--09-28"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayAttribute GMonthDayAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayAttribute gMonthDay="--09-28Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayAttribute gMonthDay="--09-28Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayAttribute GMonthDayAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayAttribute gMonthDay="--09-28-13:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayAttribute gMonthDay="--09-28-13:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDayAttribute GMonthDayAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDayAttribute gMonthDay="--09-28+01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayAttribute gMonthDay="--09-28+01:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GDayElement GDayElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">---05</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">---05</ex:gDayElement>
        </ex:echoGDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GDayElement GDayElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">---12Z</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">---12Z</ex:gDayElement>
        </ex:echoGDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GDayElement GDayElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">---31-12:00</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">---31-12:00</ex:gDayElement>
        </ex:echoGDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GDayElement GDayElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">---05+01:00</ex:gDayElement>
        </ex:echoGDayElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">---05+01:00</ex:gDayElement>
        </ex:echoGDayElement>
    </soapenv:Body>
</soapenv:Envelope>
GDayAttribute GDayAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayAttribute gDay="---09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayAttribute gDay="---09"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GDayAttribute GDayAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayAttribute gDay="---12Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayAttribute gDay="---12Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GDayAttribute GDayAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayAttribute gDay="---24-12:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayAttribute gDay="---24-12:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GDayAttribute GDayAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDayAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDayAttribute gDay="---31+01:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGDayAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDayAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayAttribute gDay="---31+01:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGDayAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthElement GMonthElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--02</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--02</ex:gMonthElement>
        </ex:echoGMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthElement GMonthElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12-01:33</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12-01:33</ex:gMonthElement>
        </ex:echoGMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthElement GMonthElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12+01:02</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12+01:02</ex:gMonthElement>
        </ex:echoGMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthElement GMonthElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12Z</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12Z</ex:gMonthElement>
        </ex:echoGMonthElement>
    </soapenv:Body>
</soapenv:Envelope>
GMonthAttribute GMonthAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthAttribute gMonth="--04--"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthAttribute gMonth="--04--"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthAttribute GMonthAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthAttribute gMonth="--04Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthAttribute gMonth="--04Z"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthAttribute GMonthAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthAttribute gMonth="--12+02:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthAttribute gMonth="--12+02:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
GMonthAttribute GMonthAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthAttribute gMonth="--04-15:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGMonthAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthAttribute gMonth="--04-15:00"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGMonthAttribute>
    </soapenv:Body>
</soapenv:Envelope>
HexBinaryElement HexBinaryElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoHexBinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">76</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoHexBinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:hexBinaryElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">76</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
HexBinaryElement HexBinaryElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoHexBinaryElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoHexBinaryElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:hexBinaryElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </soapenv:Body>
</soapenv:Envelope>
HexBinaryAttribute HexBinaryAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoHexBinaryAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:hexBinaryAttribute hexBinary="77696f"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoHexBinaryAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoHexBinaryAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:hexBinaryAttribute hexBinary="77696f"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoHexBinaryAttribute>
    </soapenv:Body>
</soapenv:Envelope>
Base64BinaryAttribute Base64BinaryAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoBase64BinaryAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoBase64BinaryAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoBase64BinaryAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoBase64BinaryAttribute>
    </soapenv:Body>
</soapenv:Envelope>
LanguageElement LanguageElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLanguageElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">en</ex:languageElement>
        </ex:echoLanguageElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLanguageElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">en</ex:languageElement>
        </ex:echoLanguageElement>
    </soapenv:Body>
</soapenv:Envelope>
LanguageElement LanguageElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLanguageElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">fr</ex:languageElement>
        </ex:echoLanguageElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLanguageElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">fr</ex:languageElement>
        </ex:echoLanguageElement>
    </soapenv:Body>
</soapenv:Envelope>
LanguageAttribute LanguageAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLanguageAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:languageAttribute language="en"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLanguageAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLanguageAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageAttribute language="en"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoLanguageAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NMTOKENElement NMTOKENElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNMTOKENElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">id</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNMTOKENElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">id</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </soapenv:Body>
</soapenv:Envelope>
NMTOKENElement NMTOKENElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNMTOKENElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">vocabularies:that.as:clean:assuring-s_to:The_we:contain</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNMTOKENElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">vocabularies:that.as:clean:assuring-s_to:The_we:contain</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </soapenv:Body>
</soapenv:Envelope>
NMTOKENAttribute NMTOKENAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNMTOKENAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NMTOKENAttribute NMTOKEN="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNMTOKENAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNMTOKENAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENAttribute NMTOKEN="id"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNMTOKENAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NMTOKENSElement NMTOKENSElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNMTOKENSElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NMTOKENSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">a b c d e.b:s-w_x:q</ex:NMTOKENSElement>
        </ex:echoNMTOKENSElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNMTOKENSElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENSElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">a b c d e.b:s-w_x:q</ex:NMTOKENSElement>
        </ex:echoNMTOKENSElement>
    </soapenv:Body>
</soapenv:Envelope>
NMTOKENSAttribute NMTOKENSAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNMTOKENSAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NMTOKENSAttribute NMTOKENS="id a b e.b:s-dd:q"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNMTOKENSAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNMTOKENSAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENSAttribute NMTOKENS="id a b e.b:s-dd:q"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNMTOKENSAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IDElement IDElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIDElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:IDElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:IDElement>
        </ex:echoIDElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIDElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:IDElement>
        </ex:echoIDElement>
    </soapenv:Body>
</soapenv:Envelope>
IDAttribute IDAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIDAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:IDAttribute ID="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIDAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIDAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDAttribute ID="bar"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIDAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IDREFElement IDREFElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIDREFElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:IDREFElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:IDREFElement>
        </ex:echoIDREFElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIDREFElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:IDREFElement>
        </ex:echoIDREFElement>
    </soapenv:Body>
</soapenv:Envelope>
IDREFAttribute IDREFAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIDREFAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:IDREFAttribute IDREF="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIDREFAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIDREFAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFAttribute IDREF="bar"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIDREFAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IDREFSElement IDREFSElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIDREFSElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:IDREFSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">foo</ex:IDREFSElement>
        </ex:echoIDREFSElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIDREFSElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFSElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">foo</ex:IDREFSElement>
        </ex:echoIDREFSElement>
    </soapenv:Body>
</soapenv:Envelope>
IDREFSAttribute IDREFSAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIDREFSAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:IDREFSAttribute IDREFS="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIDREFSAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIDREFSAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFSAttribute IDREFS="hello"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIDREFSAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ENTITYElement ENTITYElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoENTITYElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ENTITYElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">lt</ex:ENTITYElement>
        </ex:echoENTITYElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoENTITYElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITYElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">lt</ex:ENTITYElement>
        </ex:echoENTITYElement>
    </soapenv:Body>
</soapenv:Envelope>
ENTITYAttribute ENTITYAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoENTITYAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ENTITYAttribute ENTITY="lt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoENTITYAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoENTITYAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITYAttribute ENTITY="lt"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoENTITYAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ENTITIESElement ENTITIESElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoENTITIESElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ENTITIESElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">lt gt apos quot</ex:ENTITIESElement>
        </ex:echoENTITIESElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoENTITIESElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITIESElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">lt gt apos quot</ex:ENTITIESElement>
        </ex:echoENTITIESElement>
    </soapenv:Body>
</soapenv:Envelope>
ENTITIESAttribute ENTITIESAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoENTITIESAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ENTITIESAttribute ENTITIES="lt gt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoENTITIESAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoENTITIESAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITIESAttribute ENTITIES="lt gt"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoENTITIESAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntegerElement IntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</ex:integerElement>
        </ex:echoIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
IntegerElement IntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:integerElement>
        </ex:echoIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
IntegerElement IntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-42</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-42</ex:integerElement>
        </ex:echoIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
IntegerElement IntegerElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12678967543233</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12678967543233</ex:integerElement>
        </ex:echoIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
IntegerElement IntegerElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    echoIntegerElement-IntegerElement05.xml,v 1.30 2008/02/20 16:43:35 pdowney Exp-->
        <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+10000</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+10000</ex:integerElement>
        </ex:echoIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
IntegerElement IntegerElement06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
IntegerElement IntegerElement07 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1234567891234567838475834753838887348573489123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
IntegerAttribute IntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerAttribute integer="10002"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerAttribute integer="10002"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntegerAttribute IntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    echoIntegerAttribute-IntegerAttribute02.xml,v 1.26 2008/02/20 16:43:34 pdowney Exp-->
        <ex:echoIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerAttribute integer="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerAttribute integer="-0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntegerAttribute IntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerAttribute integer="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerAttribute integer="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntegerAttribute IntegerAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerAttribute integer="-42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerAttribute integer="-42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntegerAttribute IntegerAttribute05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerAttribute
                integer="-45345384593849583945843453454293405930495309450394503"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerAttribute
                integer="-45345384593849583945843453454293405930495309450394503"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntegerAttribute IntegerAttribute06 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerAttribute
                integer="123456789013234235435325235325325345432543253425324534253245"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerAttribute
                integer="123456789013234235435325235325325345432543253425324534253245"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    echoNonPositiveIntegerElement-NonPositiveIntegerElement02.xml,v 1.26 2008/02/20 16:43:59 pdowney Exp-->
        <ex:echoNonPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+0</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+0</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerElement NonPositiveIntegerElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonPositiveIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1234324234532534254325234534252345342534253425324534253244</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1234324234532534254325234534252345342534253425324534253244</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="-20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="-20"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonPositiveIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    echoNonPositiveIntegerAttribute-NonPositiveIntegerAttribute02.xml,v 1.26 2008/02/20 16:43:57 pdowney Exp-->
        <ex:echoNonPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonPositiveIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="+0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="+0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonPositiveIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonPositiveIntegerAttribute NonPositiveIntegerAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonPositiveIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonPositiveIntegerAttribute
                nonPositiveInteger="-202342353425435345342567965342969786978679"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNonPositiveIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonPositiveIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerAttribute
                nonPositiveInteger="-202342353425435345342567965342969786978679"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNonPositiveIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NegativeIntegerElement NegativeIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:negativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-1</ex:negativeIntegerElement>
        </ex:echoNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNegativeIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:negativeIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-1</ex:negativeIntegerElement>
        </ex:echoNegativeIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NegativeIntegerElement NegativeIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    echoNegativeIntegerElement-NegativeIntegerElement02.xml,v 1.26 2008/02/20 16:43:50 pdowney Exp-->
        <ex:echoNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:negativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-12343242342345345346453643564536543645363456</ex:negativeIntegerElement>
        </ex:echoNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNegativeIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:negativeIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-12343242342345345346453643564536543645363456</ex:negativeIntegerElement>
        </ex:echoNegativeIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NegativeIntegerAttribute NegativeIntegerAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:negativeIntegerAttribute negativeInteger="-100"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNegativeIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:negativeIntegerAttribute negativeInteger="-100"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNegativeIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NegativeIntegerAttribute NegativeIntegerAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNegativeIntegerAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:negativeIntegerAttribute
                negativeInteger="-12343242342345345346453643564536543645363456"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNegativeIntegerAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNegativeIntegerAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:negativeIntegerAttribute
                negativeInteger="-12343242342345345346453643564536543645363456"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoNegativeIntegerAttribute>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-0</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-0</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">0</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">0</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerElement NonNegativeIntegerElement05 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">3141592653531415926536106615151970884848347234273984723</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">3141592653531415926536106615151970884848347234273984723</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongElement UnsignedLongElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongElement UnsignedLongElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-0</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-0</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongElement UnsignedLongElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongElement UnsignedLongElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">18446744073709551615</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">18446744073709551615</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongAttribute UnsignedLongAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongAttribute unsignedLong="2034"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongAttribute unsignedLong="2034"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongAttribute UnsignedLongAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongAttribute unsignedLong="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongAttribute unsignedLong="-0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongAttribute UnsignedLongAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongAttribute unsignedLong="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongAttribute unsignedLong="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongAttribute UnsignedLongAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongAttribute
                unsignedLong="18446744073709551615"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedLongAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongAttribute
                unsignedLong="18446744073709551615"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedLongAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntElement UnsignedIntElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntElement UnsignedIntElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-0</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-0</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntElement UnsignedIntElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntElement UnsignedIntElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">4294967295</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">4294967295</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntAttribute UnsignedIntAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntAttribute unsignedInt="32334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntAttribute unsignedInt="32334"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntAttribute UnsignedIntAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntAttribute unsignedInt="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntAttribute unsignedInt="-0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntAttribute UnsignedIntAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntAttribute unsignedInt="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntAttribute unsignedInt="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntAttribute UnsignedIntAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntAttribute unsignedInt="4294967295"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedIntAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntAttribute unsignedInt="4294967295"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedIntAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortElement UnsignedShortElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortElement UnsignedShortElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-0</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-0</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortElement UnsignedShortElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortElement UnsignedShortElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">65535</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">65535</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortAttribute UnsignedShortAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortAttribute unsignedShort="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortAttribute unsignedShort="22"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortAttribute UnsignedShortAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortAttribute unsignedShort="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortAttribute unsignedShort="-0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortAttribute UnsignedShortAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortAttribute unsignedShort="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortAttribute unsignedShort="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortAttribute UnsignedShortAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortAttribute unsignedShort="65535"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedShortAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortAttribute unsignedShort="65535"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedShortAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteElement UnsignedByteElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteElement UnsignedByteElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">-0</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">-0</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteElement UnsignedByteElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">+42</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">+42</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteElement UnsignedByteElement04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">255</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">255</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteAttribute UnsignedByteAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteAttribute unsignedByte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteAttribute unsignedByte="64"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedByteAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteAttribute UnsignedByteAttribute02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteAttribute unsignedByte="-0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteAttribute unsignedByte="-0"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedByteAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteAttribute UnsignedByteAttribute03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteAttribute unsignedByte="+42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteAttribute unsignedByte="+42"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedByteAttribute>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedByteAttribute UnsignedByteAttribute04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedByteAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedByteAttribute unsignedByte="255"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoUnsignedByteAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedByteAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteAttribute unsignedByte="255"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoUnsignedByteAttribute>
    </soapenv:Body>
</soapenv:Envelope>
IntEnumerationType IntEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2</ex:intEnumerationType>
        </ex:echoIntEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2</ex:intEnumerationType>
        </ex:echoIntEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
ShortEnumerationType ShortEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">11</ex:shortEnumerationType>
        </ex:echoShortEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">11</ex:shortEnumerationType>
        </ex:echoShortEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
LongEnumerationType LongEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">9152052</ex:longEnumerationType>
        </ex:echoLongEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">9152052</ex:longEnumerationType>
        </ex:echoLongEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
DoubleEnumerationType DoubleEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1267.43233E12</ex:doubleEnumerationType>
        </ex:echoDoubleEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1267.43233E12</ex:doubleEnumerationType>
        </ex:echoDoubleEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
IntegerEnumerationType IntegerEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">4000000</ex:integerEnumerationType>
        </ex:echoIntegerEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">4000000</ex:integerEnumerationType>
        </ex:echoIntegerEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
DecimalEnumerationType DecimalEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1000.0002</ex:decimalEnumerationType>
        </ex:echoDecimalEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1000.0002</ex:decimalEnumerationType>
        </ex:echoDecimalEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
FloatEnumerationType FloatEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1267.43233E12</ex:floatEnumerationType>
        </ex:echoFloatEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1267.43233E12</ex:floatEnumerationType>
        </ex:echoFloatEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
NonNegativeIntegerEnumerationType NonNegativeIntegerEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNonNegativeIntegerEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12</ex:nonNegativeIntegerEnumerationType>
        </ex:echoNonNegativeIntegerEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNonNegativeIntegerEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12</ex:nonNegativeIntegerEnumerationType>
        </ex:echoNonNegativeIntegerEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerEnumerationType PositiveIntegerEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12</ex:positiveIntegerEnumerationType>
        </ex:echoPositiveIntegerEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12</ex:positiveIntegerEnumerationType>
        </ex:echoPositiveIntegerEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongEnumerationType UnsignedLongEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">33333333333333</ex:unsignedLongEnumerationType>
        </ex:echoUnsignedLongEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">33333333333333</ex:unsignedLongEnumerationType>
        </ex:echoUnsignedLongEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntEnumerationType UnsignedIntEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">3333333333</ex:unsignedIntEnumerationType>
        </ex:echoUnsignedIntEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">3333333333</ex:unsignedIntEnumerationType>
        </ex:echoUnsignedIntEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortEnumerationType UnsignedShortEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">3333</ex:unsignedShortEnumerationType>
        </ex:echoUnsignedShortEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">3333</ex:unsignedShortEnumerationType>
        </ex:echoUnsignedShortEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
TokenEnumerationType TokenEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTokenEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTokenEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
TokenEnumerationType TokenEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTokenEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTokenEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeOnlyAttributes ComplexTypeOnlyAttributes01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeOnlyAttributes xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeOnlyAttributes a1="11226026" a2="223232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoComplexTypeOnlyAttributes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeOnlyAttributes
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeOnlyAttributes a1="11226026" a2="223232"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoComplexTypeOnlyAttributes>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeAll ComplexTypeAll01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeAll xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeAll id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:name>Widget</ex:name>
                <ex:length>33</ex:length>
                <ex:shade>Light Blue</ex:shade>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeAll
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeAll id="6026" inStock="232"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:name xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Widget</ex:name>
                <ex:length xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">33</ex:length>
                <ex:shade xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Light Blue</ex:shade>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeAll ComplexTypeAll02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeAll xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeAll id="6026" inStock="332"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:shade>Green</ex:shade>
                <ex:length>21</ex:length>
                <ex:name>Widget</ex:name>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeAll
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeAll id="6026" inStock="332"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:shade xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Green</ex:shade>
                <ex:length xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">21</ex:length>
                <ex:name xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Widget</ex:name>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeChoice ComplexTypeChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:apple>21</ex:apple>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:fruit
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:apple xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">21</ex:apple>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeChoice ComplexTypeChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:orange>Two Hundred</ex:orange>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:fruit
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:orange xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Two Hundred</ex:orange>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeChoice ComplexTypeChoice03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:banana>329</ex:banana>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:fruit
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:banana xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">329</ex:banana>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeSequenceChoice ComplexTypeSequenceChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeSequenceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:amount>225000</ex:amount>
                <ex:repayment>
                    <ex:years>20</ex:years>
                    <ex:months>6</ex:months>
                    <ex:rate>5.25</ex:rate>
                </ex:repayment>
            </ex:mortgage>
        </ex:echoComplexTypeSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeSequenceChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mortgage
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:amount xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">225000</ex:amount>
                <ex:repayment xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:years xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">20</ex:years>
                    <ex:months xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">6</ex:months>
                    <ex:rate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">5.25</ex:rate>
                </ex:repayment>
            </ex:mortgage>
        </ex:echoComplexTypeSequenceChoice>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeSequenceChoice ComplexTypeSequenceChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeSequenceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:amount>225000</ex:amount>
                <ex:interestonly>
                    <ex:years>25</ex:years>
                    <ex:rate>5.50</ex:rate>
                </ex:interestonly>
            </ex:mortgage>
        </ex:echoComplexTypeSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeSequenceChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mortgage
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:amount xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">225000</ex:amount>
                <ex:interestonly xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:years xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">25</ex:years>
                    <ex:rate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">5.50</ex:rate>
                </ex:interestonly>
            </ex:mortgage>
        </ex:echoComplexTypeSequenceChoice>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccursFinite ElementMinOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementMinOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:elementMinOccursFiniteitem>item1</ex:elementMinOccursFiniteitem>
                <ex:elementMinOccursFiniteitem>item3</ex:elementMinOccursFiniteitem>
                <ex:elementMinOccursFiniteitem>item2</ex:elementMinOccursFiniteitem>
            </ex:elementMinOccursFinite>
        </ex:echoElementMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMinOccursFinite
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:elementMinOccursFiniteitem xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item1</ex:elementMinOccursFiniteitem>
                <ex:elementMinOccursFiniteitem xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item3</ex:elementMinOccursFiniteitem>
                <ex:elementMinOccursFiniteitem xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">item2</ex:elementMinOccursFiniteitem>
            </ex:elementMinOccursFinite>
        </ex:echoElementMinOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs2MaxOccurs2 ElementMinOccurs2MaxOccurs201 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs2MaxOccurs2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:itemColors2
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:itemColor>Red</ex:itemColor>
                <ex:itemColor>Yellow</ex:itemColor>
            </ex:itemColors2>
        </ex:echoElementMinOccurs2MaxOccurs2>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs2MaxOccurs2
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:itemColors2
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Red</ex:itemColor>
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Yellow</ex:itemColor>
            </ex:itemColors2>
        </ex:echoElementMinOccurs2MaxOccurs2>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs2orMore ElementMinOccurs2orMore01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs2orMore xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:itemColor>Red</ex:itemColor>
                <ex:itemColor>Black</ex:itemColor>
                <ex:itemColor>White</ex:itemColor>
                <ex:itemColor>Yellow</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs2orMore
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:itemColors
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Red</ex:itemColor>
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Black</ex:itemColor>
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">White</ex:itemColor>
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Yellow</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs2orMore ElementMinOccurs2orMore02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs2orMore xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:itemColor>Black</ex:itemColor>
                <ex:itemColor>White</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs2orMore
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:itemColors
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Black</ex:itemColor>
                <ex:itemColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">White</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </soapenv:Body>
</soapenv:Envelope>
ElementMaxOccursFinite ElementMaxOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:mnth>May</ex:mnth>
                <ex:mnth>June</ex:mnth>
                <ex:mnth>July</ex:mnth>
                <ex:mnth>August</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:summer
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">May</ex:mnth>
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">June</ex:mnth>
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">July</ex:mnth>
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">August</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ElementMaxOccursFinite ElementMaxOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:mnth>August</ex:mnth>
                <ex:mnth>September</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:summer
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">August</ex:mnth>
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">September</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
AttributeRequired AttributeRequired01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeRequired xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeRequired id="1611" seasonal="yes"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:percentage>5</ex:percentage>
            </ex:attributeRequired>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeRequired
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeRequired id="1611" seasonal="yes"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:percentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">5</ex:percentage>
            </ex:attributeRequired>
        </ex:echoAttributeRequired>
    </soapenv:Body>
</soapenv:Envelope>
AttributeRequired AttributeRequired02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeRequired xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeRequired id="1612" seasonal="no"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:percentage>2</ex:percentage>
            </ex:attributeRequired>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeRequired
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeRequired id="1612" seasonal="no"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:percentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2</ex:percentage>
            </ex:attributeRequired>
        </ex:echoAttributeRequired>
    </soapenv:Body>
</soapenv:Envelope>
AttributeFixed AttributeFixed01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeFixed xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeFixed currency="GBP" id="1511"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:fee>500</ex:fee>
            </ex:attributeFixed>
        </ex:echoAttributeFixed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeFixed
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeFixed currency="GBP" id="1511"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:fee xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">500</ex:fee>
            </ex:attributeFixed>
        </ex:echoAttributeFixed>
    </soapenv:Body>
</soapenv:Envelope>
AttributeDefault AttributeDefault01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAttributeDefault>
    </soapenv:Body>
</soapenv:Envelope>
AttributeDefault AttributeDefault02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeDefault defaultedValue="theDefaultValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault defaultedValue="theDefaultValue"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAttributeDefault>
    </soapenv:Body>
</soapenv:Envelope>
AttributeDefault AttributeDefault03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeDefault defaultedValue=""
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault defaultedValue=""
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAttributeDefault>
    </soapenv:Body>
</soapenv:Envelope>
AttributeDefault AttributeDefault04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeDefault defaultedValue="anotherValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAttributeDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault defaultedValue="anotherValue"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAttributeDefault>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementDefault GlobalElementDefault01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGlobalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementDefault
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGlobalElementDefault>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementDefault GlobalElementDefault02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">theDefaultValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementDefault
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">theDefaultValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementDefault GlobalElementDefault03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">anotherValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementDefault
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">anotherValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </soapenv:Body>
</soapenv:Envelope>
NillableOptionalElement NillableOptionalElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNillableOptionalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNillableOptionalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableOptionalMiddleName
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </soapenv:Body>
</soapenv:Envelope>
NillableOptionalElement NillableOptionalElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNillableOptionalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNillableOptionalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableOptionalMiddleName
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sumner</ex:middleName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </soapenv:Body>
</soapenv:Envelope>
NillableOptionalElement NillableOptionalElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoNillableOptionalElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoNillableOptionalElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableOptionalMiddleName
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName
                    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/" xsi:nil="true"/>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementAll GlobalElementAll01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementAll xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementAll
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:globalElementAllA>one</ex:globalElementAllA>
                <ex:globalElementAllB>42</ex:globalElementAllB>
            </ex:globalElementAll>
        </ex:echoGlobalElementAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementAll
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementAll
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:globalElementAllA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">one</ex:globalElementAllA>
                <ex:globalElementAllB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">42</ex:globalElementAllB>
            </ex:globalElementAll>
        </ex:echoGlobalElementAll>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementAll GlobalElementAll02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementAll xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementAll
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:globalElementAllB>42</ex:globalElementAllB>
                <ex:globalElementAllA>douze</ex:globalElementAllA>
            </ex:globalElementAll>
        </ex:echoGlobalElementAll>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementAll
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementAll
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:globalElementAllB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">42</ex:globalElementAllB>
                <ex:globalElementAllA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">douze</ex:globalElementAllA>
            </ex:globalElementAll>
        </ex:echoGlobalElementAll>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementChoice GlobalElementChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:globalElementChoiceA>one</ex:globalElementChoiceA>
            </ex:globalElementChoice>
        </ex:echoGlobalElementChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementChoice
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:globalElementChoiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">one</ex:globalElementChoiceA>
            </ex:globalElementChoice>
        </ex:echoGlobalElementChoice>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementChoice GlobalElementChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:globalElementChoiceB>two</ex:globalElementChoiceB>
            </ex:globalElementChoice>
        </ex:echoGlobalElementChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementChoice
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:globalElementChoiceB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">two</ex:globalElementChoiceB>
            </ex:globalElementChoice>
        </ex:echoGlobalElementChoice>
    </soapenv:Body>
</soapenv:Envelope>
MixedContentType MixedContentType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:elem1>Tagged Value</ex:elem1> mixed value <ex:elem2>Tagged Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMixedContentType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:elem1
                    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged Value</ex:elem1> mixed value <ex:elem2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </soapenv:Body>
</soapenv:Envelope>
MixedContentType MixedContentType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> some text <ex:elem1>Tagged Value</ex:elem1> more text <ex:elem2>Tagged          Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMixedContentType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                    xmlns:xs="http://www.w3.org/2001/XMLSchema"> some text <ex:elem1
                    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged Value</ex:elem1> more text <ex:elem2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged          Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </soapenv:Body>
</soapenv:Envelope>
MixedContentType MixedContentType03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:elem1>Tagged Value</ex:elem1> mixed text value <ex:elem2>Tagged Value</ex:elem2> mixed        text value </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMixedContentType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:elem1
                    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged Value</ex:elem1> mixed text value <ex:elem2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged Value</ex:elem2> mixed        text value </ex:mixedContentType>
        </ex:echoMixedContentType>
    </soapenv:Body>
</soapenv:Envelope>
MixedContentType MixedContentType04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoMixedContentType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> text mixed value <ex:elem1>Tagged Value</ex:elem1>
                <ex:elem2>Tagged Value</ex:elem2> some more text in a mixed value </ex:mixedContentType>
        </ex:echoMixedContentType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoMixedContentType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                    xmlns:xs="http://www.w3.org/2001/XMLSchema"> text mixed value <ex:elem1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged Value</ex:elem1>
                <ex:elem2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Tagged Value</ex:elem2> some more text in a mixed value </ex:mixedContentType>
        </ex:echoMixedContentType>
    </soapenv:Body>
</soapenv:Envelope>
StringSimpleTypePattern StringSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
StringSimpleTypePattern StringSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoStringSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoStringSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
IntSimpleTypePattern IntSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
IntSimpleTypePattern IntSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
IntegerSimpleTypePattern IntegerSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
IntegerSimpleTypePattern IntegerSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">9</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoIntegerSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">9</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
LongSimpleTypePattern LongSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
LongSimpleTypePattern LongSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLongSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
DecimalSimpleTypePattern DecimalSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1234.12</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1234.12</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
DecimalSimpleTypePattern DecimalSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">9898.00</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">9898.00</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
FloatSimpleTypePattern FloatSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
FloatSimpleTypePattern FloatSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoFloatSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoFloatSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
DoubleSimpleTypePattern DoubleSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
DoubleSimpleTypePattern DoubleSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDoubleSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDoubleSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
ShortSimpleTypePattern ShortSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
ShortSimpleTypePattern ShortSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoShortSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerSimpleTypePattern PositiveIntegerSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
PositiveIntegerSimpleTypePattern PositiveIntegerSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoPositiveIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoPositiveIntegerSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongSimpleTypePattern UnsignedLongSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedLongSimpleTypePattern UnsignedLongSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedLongSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedLongSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntSimpleTypePattern UnsignedIntSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedIntSimpleTypePattern UnsignedIntSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedIntSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedIntSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortSimpleTypePattern UnsignedShortSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">123</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">123</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
UnsignedShortSimpleTypePattern UnsignedShortSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnsignedShortSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">009</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnsignedShortSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">009</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
DateSimpleTypePattern DateSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2006-12-18</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2006-12-18</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
DateSimpleTypePattern DateSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDateSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2007-01-01</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDateSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2007-01-01</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMinInclusive RestrictedMinInclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMinInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMinInclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinInclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMinInclusive RestrictedMinInclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMinInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMinInclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinInclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMaxInclusive RestrictedMaxInclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMaxInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMaxInclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxInclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMaxInclusive RestrictedMaxInclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMaxInclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">3</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMaxInclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxInclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">3</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMinExclusive RestrictedMinExclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMinExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMinExclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinExclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMinExclusive RestrictedMinExclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMinExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">3</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMinExclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinExclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">3</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMaxExclusive RestrictedMaxExclusive01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMaxExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMaxExclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxExclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMaxExclusive RestrictedMaxExclusive02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMaxExclusive xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMaxExclusive
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxExclusive
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedLength RestrictedLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">en</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">en</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedLength RestrictedLength02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">FR</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">FR</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMaxLength RestrictedMaxLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">AUSTRALIA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMaxLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">AUSTRALIA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMaxLength RestrictedMaxLength02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">N AMERICA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMaxLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">N AMERICA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMinLength RestrictedMinLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMinLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">AUS</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMinLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">AUS</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedMinLength RestrictedMinLength02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedMinLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">GB</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedMinLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">GB</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeStrict AnyAttributeStrict01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeStrict
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeStrict AnyAttributeStrict02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeStrict
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeStrict AnyAttributeStrict03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                ex:hairColor="green"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeStrict
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                ex:hairColor="green"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeSkip AnyAttributeSkip01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeSkip xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeSkip eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeSkip>
        </ex:echoAnyAttributeSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeSkip
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeSkip eyeColor="blue"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:anyAttributeSkip>
        </ex:echoAnyAttributeSkip>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeLax AnyAttributeLax01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeLax xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeLax eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeLax>
        </ex:echoAnyAttributeLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeLax
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeLax eyeColor="blue"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:anyAttributeLax>
        </ex:echoAnyAttributeLax>
    </soapenv:Body>
</soapenv:Envelope>
AttributeElementNameClash AttributeElementNameClash01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeElementNameClash xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:clientDetails phone="+15556667788" title="1"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:forename>Bobby</ex:forename>
                <ex:surname>Sox</ex:surname>
                <ex:title>Mr</ex:title>
            </ex:clientDetails>
        </ex:echoAttributeElementNameClash>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeElementNameClash
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:clientDetails phone="+15556667788" title="1"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:forename xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:forename>
                <ex:surname xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:surname>
                <ex:title xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mr</ex:title>
            </ex:clientDetails>
        </ex:echoAttributeElementNameClash>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceStrict ExtendedSequenceStrict01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceStrict>
        </ex:echoExtendedSequenceStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceStrict
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceStrict
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:extendedSequenceStrict>
        </ex:echoExtendedSequenceStrict>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceStrict ExtendedSequenceStrict02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
                <ex:extension>
                    <ex:middleName>William</ex:middleName>
                    <ex:title>Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceStrict>
        </ex:echoExtendedSequenceStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceStrict
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceStrict
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">William</ex:middleName>
                    <ex:title xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceStrict>
        </ex:echoExtendedSequenceStrict>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceLax ExtendedSequenceLax01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceLax xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceLax>
        </ex:echoExtendedSequenceLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceLax
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceLax
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:extendedSequenceLax>
        </ex:echoExtendedSequenceLax>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceLax ExtendedSequenceLax02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceLax xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
                <ex:extension>
                    <ex:middleName>William</ex:middleName>
                    <ex:title>Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceLax>
        </ex:echoExtendedSequenceLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceLax
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceLax
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">William</ex:middleName>
                    <ex:title xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceLax>
        </ex:echoExtendedSequenceLax>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceSkip ExtendedSequenceSkip01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceSkip xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceSkip>
        </ex:echoExtendedSequenceSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceSkip
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceSkip
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
            </ex:extendedSequenceSkip>
        </ex:echoExtendedSequenceSkip>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceSkip ExtendedSequenceSkip02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceSkip xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
                <ex:extension>
                    <ex:middleName>William</ex:middleName>
                    <ex:title>Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceSkip>
        </ex:echoExtendedSequenceSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceSkip
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceSkip
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bobby</ex:firstName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sox</ex:lastName>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">William</ex:middleName>
                    <ex:title xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Mr</ex:title>
                </ex:extension>
            </ex:extendedSequenceSkip>
        </ex:echoExtendedSequenceSkip>
    </soapenv:Body>
</soapenv:Envelope>
ElementTypeDefaultNamespace ElementTypeDefaultNamespace01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementTypeDefaultNamespace xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoElementTypeDefaultNamespace>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementTypeDefaultNamespace
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElementDefaultNamespace
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoElementTypeDefaultNamespace>
    </soapenv:Body>
</soapenv:Envelope>
ElementTypeDefaultNamespace ElementTypeDefaultNamespace02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementTypeDefaultNamespace xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">This is a string!</ex:stringElementDefaultNamespace>
        </ex:echoElementTypeDefaultNamespace>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementTypeDefaultNamespace
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElementDefaultNamespace
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">This is a string!</ex:stringElementDefaultNamespace>
        </ex:echoElementTypeDefaultNamespace>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedStringMinLength RestrictedStringMinLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedStringMinLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedStringMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">String Value</ex:restrictedStringMinLength>
        </ex:echoRestrictedStringMinLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedStringMinLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedStringMinLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">String Value</ex:restrictedStringMinLength>
        </ex:echoRestrictedStringMinLength>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedStringMaxLength RestrictedStringMaxLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedStringMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedStringMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">String Value</ex:restrictedStringMaxLength>
        </ex:echoRestrictedStringMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedStringMaxLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedStringMaxLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">String Value</ex:restrictedStringMaxLength>
        </ex:echoRestrictedStringMaxLength>
    </soapenv:Body>
</soapenv:Envelope>
RestrictedStringMinMaxLength RestrictedStringMinMaxLength01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoRestrictedStringMinMaxLength xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:restrictedStringMinMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">String Value 2</ex:restrictedStringMinMaxLength>
        </ex:echoRestrictedStringMinMaxLength>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoRestrictedStringMinMaxLength
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedStringMinMaxLength
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">String Value 2</ex:restrictedStringMinMaxLength>
        </ex:echoRestrictedStringMinMaxLength>
    </soapenv:Body>
</soapenv:Envelope>
SimpleTypeAttributes SimpleTypeAttributes01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSimpleTypeAttributes xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:simpleTypeAttributes a1="foo" a2="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">hello</ex:simpleTypeAttributes>
        </ex:echoSimpleTypeAttributes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSimpleTypeAttributes
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:simpleTypeAttributes a1="foo" a2="bar"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">hello</ex:simpleTypeAttributes>
        </ex:echoSimpleTypeAttributes>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSimpleType ExtendedSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">hello</ex:extendedSimpleType>
        </ex:echoExtendedSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSimpleType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSimpleType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">hello</ex:extendedSimpleType>
        </ex:echoExtendedSimpleType>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccursFinite SequenceMinOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:articleColor>Red</ex:articleColor>
                <ex:articleContrast>Bright</ex:articleContrast>
                <ex:articleColor>Black</ex:articleColor>
                <ex:articleContrast>Bright</ex:articleContrast>
                <ex:articleColor>White</ex:articleColor>
                <ex:articleContrast>Low</ex:articleContrast>
                <ex:articleColor>Yellow</ex:articleColor>
                <ex:articleContrast>Normal</ex:articleContrast>
            </ex:articleColors>
        </ex:echoSequenceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:articleColors
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:articleColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Red</ex:articleColor>
                <ex:articleContrast xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bright</ex:articleContrast>
                <ex:articleColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Black</ex:articleColor>
                <ex:articleContrast xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bright</ex:articleContrast>
                <ex:articleColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">White</ex:articleColor>
                <ex:articleContrast xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Low</ex:articleContrast>
                <ex:articleColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Yellow</ex:articleColor>
                <ex:articleContrast xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Normal</ex:articleContrast>
            </ex:articleColors>
        </ex:echoSequenceMinOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccursFinite SequenceMinOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:articleColor>Black</ex:articleColor>
                <ex:articleContrast>Normal</ex:articleContrast>
                <ex:articleColor>White</ex:articleColor>
                <ex:articleContrast>Bright</ex:articleContrast>
            </ex:articleColors>
        </ex:echoSequenceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:articleColors
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:articleColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Black</ex:articleColor>
                <ex:articleContrast xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Normal</ex:articleContrast>
                <ex:articleColor xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">White</ex:articleColor>
                <ex:articleContrast xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Bright</ex:articleContrast>
            </ex:articleColors>
        </ex:echoSequenceMinOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs0MaxOccursFinite ElementMinOccurs0MaxOccursFinite101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs0MaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:colorList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoElementMinOccurs0MaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs0MaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:colorList
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoElementMinOccurs0MaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ElementMinOccurs0MaxOccursFinite ElementMinOccurs0MaxOccursFinite102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementMinOccurs0MaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:colorList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:colorValue>red</ex:colorValue>
                <ex:colorValue>green</ex:colorValue>
            </ex:colorList>
        </ex:echoElementMinOccurs0MaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementMinOccurs0MaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:colorList
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:colorValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">red</ex:colorValue>
                <ex:colorValue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">green</ex:colorValue>
            </ex:colorList>
        </ex:echoElementMinOccurs0MaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccurs0MaxOccursUnbounded SequenceMinOccurs0MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:durationVal>44</ex:durationVal>
                <ex:durationPercentage>33</ex:durationPercentage>
                <ex:durationVal>24</ex:durationVal>
                <ex:durationPercentage>45</ex:durationPercentage>
                <ex:durationVal>64</ex:durationVal>
                <ex:durationPercentage>22</ex:durationPercentage>
            </ex:durationListSequence>
        </ex:echoSequenceMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationListSequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:durationVal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:durationVal>
                <ex:durationPercentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">33</ex:durationPercentage>
                <ex:durationVal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">24</ex:durationVal>
                <ex:durationPercentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">45</ex:durationPercentage>
                <ex:durationVal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">64</ex:durationVal>
                <ex:durationPercentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">22</ex:durationPercentage>
            </ex:durationListSequence>
        </ex:echoSequenceMinOccurs0MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccurs0MaxOccursUnbounded SequenceMinOccurs0MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoSequenceMinOccurs0MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationListSequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoSequenceMinOccurs0MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccurs1MaxOccursUnbounded SequenceMinOccurs1MaxOccursUnbounded101 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:ageVal>44</ex:ageVal>
                <ex:agePercentage>33</ex:agePercentage>
                <ex:ageVal>24</ex:ageVal>
                <ex:agePercentage>45</ex:agePercentage>
                <ex:ageVal>64</ex:ageVal>
                <ex:agePercentage>22</ex:agePercentage>
            </ex:ageListSequence>
        </ex:echoSequenceMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageListSequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:ageVal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:ageVal>
                <ex:agePercentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">33</ex:agePercentage>
                <ex:ageVal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">24</ex:ageVal>
                <ex:agePercentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">45</ex:agePercentage>
                <ex:ageVal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">64</ex:ageVal>
                <ex:agePercentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">22</ex:agePercentage>
            </ex:ageListSequence>
        </ex:echoSequenceMinOccurs1MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccurs1MaxOccursUnbounded SequenceMinOccurs1MaxOccursUnbounded102 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:ageVal>44</ex:ageVal>
                <ex:agePercentage>33</ex:agePercentage>
            </ex:ageListSequence>
        </ex:echoSequenceMinOccurs1MaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageListSequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:ageVal xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">44</ex:ageVal>
                <ex:agePercentage xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">33</ex:agePercentage>
            </ex:ageListSequence>
        </ex:echoSequenceMinOccurs1MaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMaxOccursUnbounded SequenceMaxOccursUnbounded01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:pubDate>2002-09-24</ex:pubDate>
                <ex:pubISBN>1-55960-907-6</ex:pubISBN>
                <ex:pubDate>2003-04-14</ex:pubDate>
                <ex:pubISBN>1-25466-908-6</ex:pubISBN>
                <ex:pubDate>2004-03-31</ex:pubDate>
                <ex:pubISBN>1-35460-909-6</ex:pubISBN>
                <ex:pubDate>2005-06-04</ex:pubDate>
                <ex:pubISBN>1-54560-910-6</ex:pubISBN>
                <ex:pubDate>2006-07-03</ex:pubDate>
                <ex:pubISBN>1-74869-911-6</ex:pubISBN>
            </ex:bookPublications>
        </ex:echoSequenceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bookPublications
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:pubDate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2002-09-24</ex:pubDate>
                <ex:pubISBN xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1-55960-907-6</ex:pubISBN>
                <ex:pubDate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2003-04-14</ex:pubDate>
                <ex:pubISBN xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1-25466-908-6</ex:pubISBN>
                <ex:pubDate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2004-03-31</ex:pubDate>
                <ex:pubISBN xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1-35460-909-6</ex:pubISBN>
                <ex:pubDate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2005-06-04</ex:pubDate>
                <ex:pubISBN xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1-54560-910-6</ex:pubISBN>
                <ex:pubDate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2006-07-03</ex:pubDate>
                <ex:pubISBN xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1-74869-911-6</ex:pubISBN>
            </ex:bookPublications>
        </ex:echoSequenceMaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMaxOccursUnbounded SequenceMaxOccursUnbounded02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:pubDate>2006-01-26</ex:pubDate>
                <ex:pubISBN>1-44795-912-6</ex:pubISBN>
            </ex:bookPublications>
        </ex:echoSequenceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bookPublications
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:pubDate xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2006-01-26</ex:pubDate>
                <ex:pubISBN xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1-44795-912-6</ex:pubISBN>
            </ex:bookPublications>
        </ex:echoSequenceMaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMaxOccursFinite SequenceMaxOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:mnth>November</ex:mnth>
                <ex:weather>Rain</ex:weather>
                <ex:mnth>December</ex:mnth>
                <ex:weather>Snow</ex:weather>
                <ex:mnth>January</ex:mnth>
                <ex:weather>Snow</ex:weather>
                <ex:mnth>February</ex:mnth>
                <ex:weather>Rain</ex:weather>
            </ex:winter>
        </ex:echoSequenceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:winter
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">November</ex:mnth>
                <ex:weather xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Rain</ex:weather>
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">December</ex:mnth>
                <ex:weather xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Snow</ex:weather>
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">January</ex:mnth>
                <ex:weather xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Snow</ex:weather>
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">February</ex:mnth>
                <ex:weather xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Rain</ex:weather>
            </ex:winter>
        </ex:echoSequenceMaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMaxOccursFinite SequenceMaxOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:mnth>December</ex:mnth>
                <ex:weather>Snow</ex:weather>
            </ex:winter>
        </ex:echoSequenceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:winter
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:mnth xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">December</ex:mnth>
                <ex:weather xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Snow</ex:weather>
            </ex:winter>
        </ex:echoSequenceMaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccurs0 SequenceMinOccurs001 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:sequenceMinOccurs0>
        </ex:echoSequenceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccurs0
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceMinOccurs0
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sumner</ex:middleName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:sequenceMinOccurs0>
        </ex:echoSequenceMinOccurs0>
    </soapenv:Body>
</soapenv:Envelope>
SequenceMinOccurs0 SequenceMinOccurs002 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoSequenceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceMinOccurs0
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceMinOccurs0
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoSequenceMinOccurs0>
    </soapenv:Body>
</soapenv:Envelope>
SequenceSequenceElement SequenceSequenceElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceSequenceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceSequenceElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSequenceElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </soapenv:Body>
</soapenv:Envelope>
SequenceSequenceElement SequenceSequenceElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceSequenceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceSequenceElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSequenceElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sumner</ex:middleName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </soapenv:Body>
</soapenv:Envelope>
SequenceSequenceElement SequenceSequenceElement03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceSequenceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceSequenceElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSequenceElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Paul</ex:firstName>
                <ex:middleName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Sumner</ex:middleName>
                <ex:lastName xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Downey</ex:lastName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </soapenv:Body>
</soapenv:Envelope>
DecimalSimpleTypeTotalDigits DecimalSimpleTypeTotalDigits01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalSimpleTypeTotalDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1234</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalSimpleTypeTotalDigits
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeTotalDigits
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1234</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </soapenv:Body>
</soapenv:Envelope>
DecimalSimpleTypeTotalDigits DecimalSimpleTypeTotalDigits02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalSimpleTypeTotalDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">12345</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalSimpleTypeTotalDigits
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeTotalDigits
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">12345</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </soapenv:Body>
</soapenv:Envelope>
DecimalSimpleTypeFractionDigits DecimalSimpleTypeFractionDigits01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalSimpleTypeFractionDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1234.00</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalSimpleTypeFractionDigits
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeFractionDigits
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1234.00</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </soapenv:Body>
</soapenv:Envelope>
DecimalSimpleTypeFractionDigits DecimalSimpleTypeFractionDigits02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoDecimalSimpleTypeFractionDigits xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1234</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoDecimalSimpleTypeFractionDigits
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeFractionDigits
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1234</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </soapenv:Body>
</soapenv:Envelope>
AttributeTypeReference AttributeTypeReference01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeTypeReference xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeTypeReference number="123"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoAttributeTypeReference>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeTypeReference
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeTypeReference number="123"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoAttributeTypeReference>
    </soapenv:Body>
</soapenv:Envelope>
AttributeGroup AttributeGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeGroup xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeGroup id="AttributeGroup_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:contract>12345678910</ex:contract>
            </ex:attributeGroup>
        </ex:echoAttributeGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeGroup
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeGroup id="AttributeGroup_contract_001"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:contract xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">12345678910</ex:contract>
            </ex:attributeGroup>
        </ex:echoAttributeGroup>
    </soapenv:Body>
</soapenv:Envelope>
AttributeGroup AttributeGroup02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeGroup xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeGroup
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:contract>9876543210</ex:contract>
            </ex:attributeGroup>
        </ex:echoAttributeGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeGroup
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeGroup
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:contract xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">9876543210</ex:contract>
            </ex:attributeGroup>
        </ex:echoAttributeGroup>
    </soapenv:Body>
</soapenv:Envelope>
GlobalComplexTypeAbstract GlobalComplexTypeAbstractExample01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalComplexTypeAbstract xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalComplexTypeAbstract
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:premium>1175</ex:premium>
            </ex:globalComplexTypeAbstract>
        </ex:echoGlobalComplexTypeAbstract>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalComplexTypeAbstract
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalComplexTypeAbstract
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:premium xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1175</ex:premium>
            </ex:globalComplexTypeAbstract>
        </ex:echoGlobalComplexTypeAbstract>
    </soapenv:Body>
</soapenv:Envelope>
ByteSimpleTypePattern ByteSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoByteSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:byteSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:byteSimpleTypePattern>
        </ex:echoByteSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoByteSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:byteSimpleTypePattern>
        </ex:echoByteSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMaxOccursFinite ChoiceMaxOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMaxOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:choiceA>first</ex:choiceA>
                <ex:choiceB>second</ex:choiceB>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMaxOccursFinite
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">first</ex:choiceA>
                <ex:choiceB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">second</ex:choiceB>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMaxOccursFinite ChoiceMaxOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMaxOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:choiceA>first</ex:choiceA>
                <ex:choiceA>second</ex:choiceA>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMaxOccursFinite
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">first</ex:choiceA>
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">second</ex:choiceA>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMaxOccursFinite ChoiceMaxOccursFinite03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMaxOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMaxOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:choiceA>only</ex:choiceA>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMaxOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMaxOccursFinite
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">only</ex:choiceA>
            </ex:choiceMaxOccursFinite>
        </ex:echoChoiceMaxOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMaxOccursUnbounded ChoiceMaxOccursUnbounded01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMaxOccursUnbounded
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:choiceB>1st</ex:choiceB>
                <ex:choiceB>2nd</ex:choiceB>
                <ex:choiceB>3rd</ex:choiceB>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMaxOccursUnbounded
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:choiceB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1st</ex:choiceB>
                <ex:choiceB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">2nd</ex:choiceB>
                <ex:choiceB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">3rd</ex:choiceB>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMaxOccursUnbounded ChoiceMaxOccursUnbounded02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMaxOccursUnbounded
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:choiceA>first</ex:choiceA>
                <ex:choiceA>second</ex:choiceA>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMaxOccursUnbounded
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">first</ex:choiceA>
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">second</ex:choiceA>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMaxOccursUnbounded ChoiceMaxOccursUnbounded03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMaxOccursUnbounded xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMaxOccursUnbounded
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:choiceA>1st</ex:choiceA>
                <ex:choiceB>second</ex:choiceB>
                <ex:choiceA>3rd</ex:choiceA>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMaxOccursUnbounded
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMaxOccursUnbounded
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">1st</ex:choiceA>
                <ex:choiceB xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">second</ex:choiceB>
                <ex:choiceA xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">3rd</ex:choiceA>
            </ex:choiceMaxOccursUnbounded>
        </ex:echoChoiceMaxOccursUnbounded>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMinOccurs0 ChoiceMinOccurs001 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:AChoiceMinOccurs0>A</ex:AChoiceMinOccurs0>
            </ex:choiceMinOccurs0>
        </ex:echoChoiceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMinOccurs0
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMinOccurs0
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:AChoiceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">A</ex:AChoiceMinOccurs0>
            </ex:choiceMinOccurs0>
        </ex:echoChoiceMinOccurs0>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMinOccurs0 ChoiceMinOccurs002 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:BChoiceMinOccurs0>B</ex:BChoiceMinOccurs0>
            </ex:choiceMinOccurs0>
        </ex:echoChoiceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMinOccurs0
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMinOccurs0
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:BChoiceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">B</ex:BChoiceMinOccurs0>
            </ex:choiceMinOccurs0>
        </ex:echoChoiceMinOccurs0>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMinOccurs0 ChoiceMinOccurs003 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMinOccurs0 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoChoiceMinOccurs0>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMinOccurs0
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMinOccurs0
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoChoiceMinOccurs0>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMinOccursFinite ChoiceMinOccursFinite01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMinOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:AChoiceMinOccursFinite>A</ex:AChoiceMinOccursFinite>
                <ex:AChoiceMinOccursFinite>AA</ex:AChoiceMinOccursFinite>
            </ex:choiceMinOccursFinite>
        </ex:echoChoiceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMinOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMinOccursFinite
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:AChoiceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">A</ex:AChoiceMinOccursFinite>
                <ex:AChoiceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">AA</ex:AChoiceMinOccursFinite>
            </ex:choiceMinOccursFinite>
        </ex:echoChoiceMinOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceMinOccursFinite ChoiceMinOccursFinite02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceMinOccursFinite
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:BChoiceMinOccursFinite>B</ex:BChoiceMinOccursFinite>
                <ex:AChoiceMinOccursFinite>BA</ex:AChoiceMinOccursFinite>
            </ex:choiceMinOccursFinite>
        </ex:echoChoiceMinOccursFinite>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceMinOccursFinite
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceMinOccursFinite
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:BChoiceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">B</ex:BChoiceMinOccursFinite>
                <ex:AChoiceMinOccursFinite xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">BA</ex:AChoiceMinOccursFinite>
            </ex:choiceMinOccursFinite>
        </ex:echoChoiceMinOccursFinite>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceElement ChoiceElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:AChoiceElement>A</ex:AChoiceElement>
            </ex:choiceElement>
        </ex:echoChoiceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:AChoiceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">A</ex:AChoiceElement>
            </ex:choiceElement>
        </ex:echoChoiceElement>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceElement ChoiceElement02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:BChoiceElement>B</ex:BChoiceElement>
            </ex:choiceElement>
        </ex:echoChoiceElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:BChoiceElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">B</ex:BChoiceElement>
            </ex:choiceElement>
        </ex:echoChoiceElement>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceChoice ChoiceChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:Avalue>home</ex:Avalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceChoice
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:Avalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Avalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceChoice ChoiceChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:Bvalue>home</ex:Bvalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceChoice
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:Bvalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Bvalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceChoice ChoiceChoice03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:Cvalue>home</ex:Cvalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceChoice
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:Cvalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Cvalue>
            </ex:choiceChoice>
        </ex:echoChoiceChoice>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceSequence ChoiceSequence01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:Avalue>home</ex:Avalue>
            </ex:choiceSequence>
        </ex:echoChoiceSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceSequence
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceSequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:Avalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Avalue>
            </ex:choiceSequence>
        </ex:echoChoiceSequence>
    </soapenv:Body>
</soapenv:Envelope>
ChoiceSequence ChoiceSequence02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoChoiceSequence xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:choiceSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:Bvalue>home</ex:Bvalue>
                <ex:Cvalue>home</ex:Cvalue>
            </ex:choiceSequence>
        </ex:echoChoiceSequence>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoChoiceSequence
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:choiceSequence
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:Bvalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Bvalue>
                <ex:Cvalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Cvalue>
            </ex:choiceSequence>
        </ex:echoChoiceSequence>
    </soapenv:Body>
</soapenv:Envelope>
SequenceChoice SequenceChoice01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:Avalue>home</ex:Avalue>
                <ex:Cvalue>home</ex:Cvalue>
            </ex:sequenceChoice>
        </ex:echoSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceChoice
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:Avalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Avalue>
                <ex:Cvalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Cvalue>
            </ex:sequenceChoice>
        </ex:echoSequenceChoice>
    </soapenv:Body>
</soapenv:Envelope>
SequenceChoice SequenceChoice02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSequenceChoice xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceChoice
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:Bvalue>home</ex:Bvalue>
                <ex:Cvalue>home</ex:Cvalue>
            </ex:sequenceChoice>
        </ex:echoSequenceChoice>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSequenceChoice
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceChoice
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:Bvalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Bvalue>
                <ex:Cvalue xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">home</ex:Cvalue>
            </ex:sequenceChoice>
        </ex:echoSequenceChoice>
    </soapenv:Body>
</soapenv:Envelope>
ElementGroup ElementGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementGroup xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementGroup
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:value1>foo</ex:value1>
                <ex:value2>bar</ex:value2>
            </ex:elementGroup>
        </ex:echoElementGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementGroup
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementGroup
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:value1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">foo</ex:value1>
                <ex:value2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">bar</ex:value2>
            </ex:elementGroup>
        </ex:echoElementGroup>
    </soapenv:Body>
</soapenv:Envelope>
Unique Unique01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoUnique xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unique
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:character>
                    <ex:name>String</ex:name>
                    <ex:age>String</ex:age>
                </ex:character>
            </ex:unique>
        </ex:echoUnique>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoUnique
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unique
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:character xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:name xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:name>
                    <ex:age xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:age>
                </ex:character>
            </ex:unique>
        </ex:echoUnique>
    </soapenv:Body>
</soapenv:Envelope>
TokenSimpleTypePattern TokenSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoTokenSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:tokenSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">1</ex:tokenSimpleTypePattern>
        </ex:echoTokenSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoTokenSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">1</ex:tokenSimpleTypePattern>
        </ex:echoTokenSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
AppinfoElement AppinfoElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAppinfoElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:appinfoElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">some info</ex:appinfoElement>
        </ex:echoAppinfoElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAppinfoElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:appinfoElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">some info</ex:appinfoElement>
        </ex:echoAppinfoElement>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeOnlyAttributeGroup ComplexTypeOnlyAttributeGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeOnlyAttributeGroup xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeOnlyAttributeGroup
                id="AttributeGroup_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoComplexTypeOnlyAttributeGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeOnlyAttributeGroup
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeOnlyAttributeGroup
                id="AttributeGroup_contract_001"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoComplexTypeOnlyAttributeGroup>
    </soapenv:Body>
</soapenv:Envelope>
SubstitutionGroup SubstitutionGroup01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSubstitutionGroup xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:substitutionElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">String</ex:substitutionElement>
        </ex:echoSubstitutionGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSubstitutionGroup
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:substitutionElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">String</ex:substitutionElement>
        </ex:echoSubstitutionGroup>
    </soapenv:Body>
</soapenv:Envelope>
SubstitutionGroup SubstitutionGroup02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSubstitutionGroup xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:substitutionGroup
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">String</ex:substitutionGroup>
        </ex:echoSubstitutionGroup>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSubstitutionGroup
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:substitutionGroup
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">String</ex:substitutionGroup>
        </ex:echoSubstitutionGroup>
    </soapenv:Body>
</soapenv:Envelope>
AllElement AllElement01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAllElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:allElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element1>element1</ex:element1>
                <ex:element2>element2</ex:element2>
                <ex:element3>element3</ex:element3>
                <ex:element4>element4</ex:element4>
                <ex:element5>element5</ex:element5>
            </ex:allElement>
        </ex:echoAllElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAllElement
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:allElement
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element1</ex:element1>
                <ex:element2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element2</ex:element2>
                <ex:element3 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element3</ex:element3>
                <ex:element4 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element4</ex:element4>
                <ex:element5 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">element5</ex:element5>
            </ex:allElement>
        </ex:echoAllElement>
    </soapenv:Body>
</soapenv:Envelope>
ElementDefault ElementDefault01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element>default</ex:element>
            </ex:elementDefault>
        </ex:echoElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementDefault
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">default</ex:element>
            </ex:elementDefault>
        </ex:echoElementDefault>
    </soapenv:Body>
</soapenv:Envelope>
ElementDefault ElementDefault02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element>wrong value</ex:element>
            </ex:elementDefault>
        </ex:echoElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementDefault
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementDefault
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">wrong value</ex:element>
            </ex:elementDefault>
        </ex:echoElementDefault>
    </soapenv:Body>
</soapenv:Envelope>
List List01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:list
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">This is a list of strings</ex:list>
        </ex:echoList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoList
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:list
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">This is a list of strings</ex:list>
        </ex:echoList>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeOtherStrict AnyAttributeOtherStrict01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeOtherStrict xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeOtherStrict ex2:otherAttribute="text"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
            </ex:anyAttributeOtherStrict>
        </ex:echoAnyAttributeOtherStrict>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeOtherStrict
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeOtherStrict ex2:otherAttribute="text"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
            </ex:anyAttributeOtherStrict>
        </ex:echoAnyAttributeOtherStrict>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeOtherLax AnyAttributeOtherLax01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeOtherLax xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeOtherLax ex2:otherAttribute="text"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
            </ex:anyAttributeOtherLax>
        </ex:echoAnyAttributeOtherLax>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeOtherLax
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeOtherLax ex2:otherAttribute="text"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
            </ex:anyAttributeOtherLax>
        </ex:echoAnyAttributeOtherLax>
    </soapenv:Body>
</soapenv:Envelope>
AnyAttributeOtherSkip AnyAttributeOtherSkip01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAnyAttributeOtherSkip xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:anyAttributeOtherSkip ex2:otherAttribute="text"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
            </ex:anyAttributeOtherSkip>
        </ex:echoAnyAttributeOtherSkip>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAnyAttributeOtherSkip
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeOtherSkip ex2:otherAttribute="text"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
            </ex:anyAttributeOtherSkip>
        </ex:echoAnyAttributeOtherSkip>
    </soapenv:Body>
</soapenv:Envelope>
SimpleTypeEnumerationType SimpleTypeEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSimpleTypeEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:simpleTypeEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">One</ex:simpleTypeEnumerationType>
        </ex:echoSimpleTypeEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSimpleTypeEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:simpleTypeEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">One</ex:simpleTypeEnumerationType>
        </ex:echoSimpleTypeEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
SimpleTypeEnumerationType SimpleTypeEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSimpleTypeEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:simpleTypeEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Two</ex:simpleTypeEnumerationType>
        </ex:echoSimpleTypeEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSimpleTypeEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:simpleTypeEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">Two</ex:simpleTypeEnumerationType>
        </ex:echoSimpleTypeEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
LanguageEnumerationType LanguageEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLanguageEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:languageEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">en</ex:languageEnumerationType>
        </ex:echoLanguageEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLanguageEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">en</ex:languageEnumerationType>
        </ex:echoLanguageEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
LanguageEnumerationType LanguageEnumerationType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLanguageEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:languageEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">it</ex:languageEnumerationType>
        </ex:echoLanguageEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLanguageEnumerationType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageEnumerationType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">it</ex:languageEnumerationType>
        </ex:echoLanguageEnumerationType>
    </soapenv:Body>
</soapenv:Envelope>
GlobalAttributeSimpleType GlobalAttributeSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalAttributeSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalAttributeSimpleType
                globalAttributeSimpleTypeAttr="value1"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:globalAttributeSimpleTypeElement>string</ex:globalAttributeSimpleTypeElement>
            </ex:globalAttributeSimpleType>
        </ex:echoGlobalAttributeSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalAttributeSimpleType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalAttributeSimpleType
                globalAttributeSimpleTypeAttr="value1"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:globalAttributeSimpleTypeElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">string</ex:globalAttributeSimpleTypeElement>
            </ex:globalAttributeSimpleType>
        </ex:echoGlobalAttributeSimpleType>
    </soapenv:Body>
</soapenv:Envelope>
GlobalComplexTypeEmptyExtension GlobalComplexTypeEmptyExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalComplexTypeEmptyExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalComplexTypeEmptyExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGlobalComplexTypeEmptyExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalComplexTypeEmptyExtension
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalComplexTypeEmptyExtension
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGlobalComplexTypeEmptyExtension>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementComplexTypeEmptyExtension GlobalElementComplexTypeEmptyExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementComplexTypeEmptyExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementComplexTypeEmptyExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoGlobalElementComplexTypeEmptyExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementComplexTypeEmptyExtension
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementComplexTypeEmptyExtension
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
        </ex:echoGlobalElementComplexTypeEmptyExtension>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementComplexTypeSequenceExtension GlobalElementComplexTypeSequenceExtension01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementComplexTypeSequenceExtension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementComplexTypeSequenceExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:data> some data </ex:data>
            </ex:globalElementComplexTypeSequenceExtension>
        </ex:echoGlobalElementComplexTypeSequenceExtension>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementComplexTypeSequenceExtension
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementComplexTypeSequenceExtension
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:data xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"> some data </ex:data>
            </ex:globalElementComplexTypeSequenceExtension>
        </ex:echoGlobalElementComplexTypeSequenceExtension>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementSimpleType GlobalElementSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">value1</ex:globalElementSimpleType>
        </ex:echoGlobalElementSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementSimpleType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementSimpleType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">value1</ex:globalElementSimpleType>
        </ex:echoGlobalElementSimpleType>
    </soapenv:Body>
</soapenv:Envelope>
GlobalElementSimpleType GlobalElementSimpleType02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGlobalElementSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:globalElementSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">value2</ex:globalElementSimpleType>
        </ex:echoGlobalElementSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGlobalElementSimpleType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementSimpleType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">value2</ex:globalElementSimpleType>
        </ex:echoGlobalElementSimpleType>
    </soapenv:Body>
</soapenv:Envelope>
GYearSimpleTypePattern GYearSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2009</ex:gYearSimpleTypePattern>
        </ex:echoGYearSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2009</ex:gYearSimpleTypePattern>
        </ex:echoGYearSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
GMonthSimpleTypePattern GMonthSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--11</ex:gMonthSimpleTypePattern>
        </ex:echoGMonthSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--11</ex:gMonthSimpleTypePattern>
        </ex:echoGMonthSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
GDaySimpleTypePattern GDaySimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGDaySimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gDaySimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">---01</ex:gDaySimpleTypePattern>
        </ex:echoGDaySimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGDaySimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDaySimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">---01</ex:gDaySimpleTypePattern>
        </ex:echoGDaySimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
GYearMonthSimpleTypePattern GYearMonthSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGYearMonthSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearMonthSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">2001-12</ex:gYearMonthSimpleTypePattern>
        </ex:echoGYearMonthSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGYearMonthSimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthSimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">2001-12</ex:gYearMonthSimpleTypePattern>
        </ex:echoGYearMonthSimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
GMonthDaySimpleTypePattern GMonthDaySimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoGMonthDaySimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gMonthDaySimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">--12-01</ex:gMonthDaySimpleTypePattern>
        </ex:echoGMonthDaySimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoGMonthDaySimpleTypePattern
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDaySimpleTypePattern
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">--12-01</ex:gMonthDaySimpleTypePattern>
        </ex:echoGMonthDaySimpleTypePattern>
    </soapenv:Body>
</soapenv:Envelope>
SimpleTypeRenamed SimpleTypeRenamed01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoSimpleTypeRenamed xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:simpleTypeRenamed
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">String</ex:simpleTypeRenamed>
        </ex:echoSimpleTypeRenamed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoSimpleTypeRenamed
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:simpleTypeRenamed
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">String</ex:simpleTypeRenamed>
        </ex:echoSimpleTypeRenamed>
    </soapenv:Body>
</soapenv:Envelope>
LocalElementSimpleType LocalElementSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLocalElementSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:localElementSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">First</ex:localElementSimpleType>
        </ex:echoLocalElementSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLocalElementSimpleType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localElementSimpleType
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">First</ex:localElementSimpleType>
        </ex:echoLocalElementSimpleType>
    </soapenv:Body>
</soapenv:Envelope>
LocalAttributeSimpleType LocalAttributeSimpleType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoLocalAttributeSimpleType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:localAttributeSimpleType localAttribute="First"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:localElement1>String</ex:localElement1>
                <ex:localElement2>String</ex:localElement2>
            </ex:localAttributeSimpleType>
        </ex:echoLocalAttributeSimpleType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoLocalAttributeSimpleType
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localAttributeSimpleType localAttribute="First"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:localElement1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:localElement1>
                <ex:localElement2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:localElement2>
            </ex:localAttributeSimpleType>
        </ex:echoLocalAttributeSimpleType>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceStrictAny ExtendedSequenceStrictAny01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceStrictAny xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceStrictAny
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex:extendedSequenceStrictAnyElement>Stuff</ex:extendedSequenceStrictAnyElement>
                </ex:extension>
            </ex:extendedSequenceStrictAny>
        </ex:echoExtendedSequenceStrictAny>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceStrictAny
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceStrictAny
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex:extendedSequenceStrictAnyElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">Stuff</ex:extendedSequenceStrictAnyElement>
                </ex:extension>
            </ex:extendedSequenceStrictAny>
        </ex:echoExtendedSequenceStrictAny>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceLaxAny ExtendedSequenceLaxAny01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceLaxAny xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceLaxAny
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceLaxAny>
        </ex:echoExtendedSequenceLaxAny>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceLaxAny
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceLaxAny
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceLaxAny>
        </ex:echoExtendedSequenceLaxAny>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceSkipAny ExtendedSequenceSkipAny01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceSkipAny xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceSkipAny
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceSkipAny>
        </ex:echoExtendedSequenceSkipAny>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceSkipAny
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceSkipAny
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceSkipAny>
        </ex:echoExtendedSequenceSkipAny>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceSkipOther ExtendedSequenceSkipOther01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceSkipOther xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceSkipOther
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceSkipOther>
        </ex:echoExtendedSequenceSkipOther>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceSkipOther
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceSkipOther
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceSkipOther>
        </ex:echoExtendedSequenceSkipOther>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceLaxOther ExtendedSequenceLaxOther01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceLaxOther xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceLaxOther
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceLaxOther>
        </ex:echoExtendedSequenceLaxOther>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceLaxOther
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceLaxOther
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceLaxOther>
        </ex:echoExtendedSequenceLaxOther>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSequenceStrictOther ExtendedSequenceStrictOther01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSequenceStrictOther xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSequenceStrictOther
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:firstElement>String</ex:firstElement>
                <ex:lastElement>String</ex:lastElement>
                <ex:extension>
                    <ex2:anyElement>Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceStrictOther>
        </ex:echoExtendedSequenceStrictOther>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSequenceStrictOther
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceStrictOther
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:ex2="http://www.w3.example2"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:firstElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:firstElement>
                <ex:lastElement xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">String</ex:lastElement>
                <ex:extension xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                    <ex2:anyElement xmlns:ex2="http://www.w3.example2">Stuff</ex2:anyElement>
                </ex:extension>
            </ex:extendedSequenceStrictOther>
        </ex:echoExtendedSequenceStrictOther>
    </soapenv:Body>
</soapenv:Envelope>
AttributeFormQualified AttributeFormQualified01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoAttributeFormQualified xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:attributeFormQualified ex:attribute="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element1>string</ex:element1>
                <ex:element2>string</ex:element2>
            </ex:attributeFormQualified>
        </ex:echoAttributeFormQualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoAttributeFormQualified
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeFormQualified ex:attribute="string"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">string</ex:element1>
                <ex:element2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">string</ex:element2>
            </ex:attributeFormQualified>
        </ex:echoAttributeFormQualified>
    </soapenv:Body>
</soapenv:Envelope>
ComplexTypeAnyAttribute ComplexTypeAnyAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoComplexTypeAnyAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:complexTypeAnyAttribute anyattr="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:element1>string</ex:element1>
                <ex:element2>string</ex:element2>
            </ex:complexTypeAnyAttribute>
        </ex:echoComplexTypeAnyAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoComplexTypeAnyAttribute
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeAnyAttribute anyattr="string"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <ex:element1 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">string</ex:element1>
                <ex:element2 xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">string</ex:element2>
            </ex:complexTypeAnyAttribute>
        </ex:echoComplexTypeAnyAttribute>
    </soapenv:Body>
</soapenv:Envelope>
ElementFormUnqualified ElementFormUnqualified01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoElementFormUnqualified xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:elementFormUnqualified
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <element xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">string</element>
            </ex:elementFormUnqualified>
        </ex:echoElementFormUnqualified>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoElementFormUnqualified
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementFormUnqualified
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">
                <element xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">string</element>
            </ex:elementFormUnqualified>
        </ex:echoElementFormUnqualified>
    </soapenv:Body>
</soapenv:Envelope>
ExtendedSimpleContent ExtendedSimpleContent01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.3 2008/02/21 13:54:15 gcowe Exp $-->
        <ex:echoExtendedSimpleContent xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:extendedSimpleContent attribute="string"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">string</ex:extendedSimpleContent>
        </ex:echoExtendedSimpleContent>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
        <ex:echoExtendedSimpleContent
            xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSimpleContent attribute="string"
                xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema">string</ex:extendedSimpleContent>
        </ex:echoExtendedSimpleContent>
    </soapenv:Body>
</soapenv:Envelope>

Copyrights

Unless otherwise stated, all test cases, documents and supporting code are copyright © W3C and are licensed for use under the W3C Document License.


Paul Downey, Chair
Yves Lafon, W3C Team contact
$Date: 2007/04/20 14:40:30 $