XML Schema Patterns for Databinding Test Result Page: .NET (2.0.50727.42)

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
.NET
Version
2.0.50727.42
Language Mapping
C#
Binding
n.a.
Link

Synthetic view

Number of passed tests: 277

Total number of tests: 306

All tests: 333

90% 10%

Passed and failed percentages

83% 8% 9%

Total: passed 277 - failed 29 - skipped 27 - total 333

91% 9%

Basic: passed 94 - failed 0 - skipped 9 - total 103

84% 13% 3%

Advanced: passed 183 - failed 29 - skipped 4 - total 216

100%

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

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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDocumentationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <documentationElement>hello world</documentationElement>
        </echoDocumentationElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <identifierName>Hello</identifierName>
        </echoIdentifierName>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonIdentifierName xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <non-Identifier-Name>Hello</non-Identifier-Name>
        </echoNonIdentifierName>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElement/>
        </echoStringElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElement>Hello cruel world.</stringElement>
        </echoStringElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringAttribute string="hello"/>
        </echoStringAttribute>
    </soap:Body>
</soap: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                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringAttribute string="0123456789"/>
        </echoStringAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>false</booleanElement>
        </echoBooleanElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>true</booleanElement>
        </echoBooleanElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>false</booleanElement>
        </echoBooleanElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBooleanElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanElement>true</booleanElement>
        </echoBooleanElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanAttribute boolean="true"/>
        </echoBooleanAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBooleanAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <booleanAttribute boolean="false"/>
        </echoBooleanAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>0</decimalElement>
        </echoDecimalElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>-1.23</decimalElement>
        </echoDecimalElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>12678967.543233</decimalElement>
        </echoDecimalElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>1000000.00</decimalElement>
        </echoDecimalElement>
    </soap:Body>
</soap:Envelope>
DecimalElement DecimalElement05 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <env:Fault
            env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:n1="http://schemas.xmlsoap.org/soap/encoding/">
            <faultcode xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">env:Server</faultcode>
            <faultstring
                xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/" xsi:type="xsd:string">Internal Server Error </faultstring>
            <detail xmlns="http://www.w3.org/2002/ws/databinding/log/6/09/">Internal Server Error </detail>
        </env:Fault>
    </env:Body>
</env: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>210</decimalElement>
        </echoDecimalElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalElement>210.00</decimalElement>
        </echoDecimalElement>
    </soap:Body>
</soap:Envelope>
DecimalAttribute DecimalAttribute01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalAttribute decimal="10000000999829292922093443563"/>
        </echoDecimalAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>-10000</floatElement>
        </echoFloatElement>
    </soap:Body>
</soap:Envelope>
FloatElement FloatElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>1.26743237E+15</floatElement>
        </echoFloatElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>0.1278</floatElement>
        </echoFloatElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>12</floatElement>
        </echoFloatElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatElement>INF</floatElement>
        </echoFloatElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatAttribute float="-7.446445E+08"/>
        </echoFloatAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>-10000</doubleElement>
        </echoDoubleElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>1.267432233E+15</doubleElement>
        </echoDoubleElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>0.1278</doubleElement>
        </echoDoubleElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>12</doubleElement>
        </echoDoubleElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleElement>INF</doubleElement>
        </echoDoubleElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleAttribute double="12.334"/>
        </echoDoubleAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>1999-05-31T19:20:00+01:00</dateTimeElement>
        </echoDateTimeElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDateTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeElement>2000-03-04T20:00:00+00:00</dateTimeElement>
        </echoDateTimeElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDateTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateTimeAttribute dateTime="2006-10-26T02:51:00+01:00"/>
        </echoDateTimeAttribute>
    </soap:Body>
</soap:Envelope>
TimeElement TimeElement01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>00:00:00.0000000+01:00</timeElement>
        </echoTimeElement>
    </soap:Body>
</soap:Envelope>
TimeElement TimeElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>12:00:01.0000000+01:00</timeElement>
        </echoTimeElement>
    </soap:Body>
</soap:Envelope>
TimeElement TimeElement03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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:34</ex:timeElement>
        </ex:echoTimeElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>23:59:34.0000000+01:00</timeElement>
        </echoTimeElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTimeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeElement>14:21:03.0000000+01:00</timeElement>
        </echoTimeElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoTimeAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:timeAttribute time="00:01:58Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns: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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTimeAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <timeAttribute time="01:01:58.0000000+01:00"/>
        </echoTimeAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDateElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateElement>1999-05-31</dateElement>
        </echoDateElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDateAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateAttribute date="2006-05-30"/>
        </echoDateAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGYearMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthElement>1999-05</gYearMonthElement>
        </echoGYearMonthElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGYearMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearMonthAttribute gYearMonth="2006-09"/>
        </echoGYearMonthAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGYearElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearElement>1999</gYearElement>
        </echoGYearElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoGYearAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:gYearAttribute gYear="2038"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns: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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGYearAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gYearAttribute gYear="2038"/>
        </echoGYearAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31</gMonthDayElement>
        </echoGMonthDayElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGMonthDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayElement>--12-31Z</gMonthDayElement>
        </echoGMonthDayElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGMonthDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthDayAttribute gMonthDay="--09-28Z"/>
        </echoGMonthDayAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>bQ==</base64BinaryElement>
        </echoBase64BinaryElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>eHdmb3Rh</base64BinaryElement>
        </echoBase64BinaryElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBase64BinaryElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryElement>cnRjbGNyZW9scg==</base64BinaryElement>
        </echoBase64BinaryElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBase64BinaryAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="/>
        </echoBase64BinaryAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyURIElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyURIElement>http://www.w3.org/2002/ws/databinding/</anyURIElement>
        </echoAnyURIElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyURIAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"/>
        </echoAnyURIAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoQNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <QNameElement>QNameElement</QNameElement>
        </echoQNameElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoQNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <QNameAttribute QName="QNameAttribute"/>
        </echoQNameAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringElement/>
        </echoNormalizedStringElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNormalizedStringElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringElement>How now brown cow.</normalizedStringElement>
        </echoNormalizedStringElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNormalizedStringAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <normalizedStringAttribute normalizedString="Hello Paris"/>
        </echoNormalizedStringAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTokenElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenElement>tokenElement</tokenElement>
        </echoTokenElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTokenAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenAttribute token="hello"/>
        </echoTokenAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageElement>en</languageElement>
        </echoLanguageElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLanguageElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageElement>fr</languageElement>
        </echoLanguageElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLanguageAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <languageAttribute language="en"/>
        </echoLanguageAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENElement>id</NMTOKENElement>
        </echoNMTOKENElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNMTOKENElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENElement>vocabularies:that.as:clean:assuring-s_to:The_we:contain</NMTOKENElement>
        </echoNMTOKENElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNMTOKENAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENAttribute NMTOKEN="id"/>
        </echoNMTOKENAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNMTOKENSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENSElement>a b c d e.b:s-w_x:q</NMTOKENSElement>
        </echoNMTOKENSElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoNMTOKENSAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:NMTOKENSAttribute NMTOKENS="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:echoNMTOKENSAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNMTOKENSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NMTOKENSAttribute NMTOKENS="id"/>
        </echoNMTOKENSAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NameElement>foo</NameElement>
        </echoNameElement>
    </soap:Body>
</soap:Envelope>
NameAttribute NameAttribute01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoNameAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nameAttribute name="foo"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoNameAttribute>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nameAttribute name="foo"/>
        </echoNameAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNCNameElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NCNameElement>foo</NCNameElement>
        </echoNCNameElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNCNameAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <NCNameAttribute NCName="bar"/>
        </echoNCNameAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIDElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDElement>foo</IDElement>
        </echoIDElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIDAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDAttribute ID="bar"/>
        </echoIDAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIDREFElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFElement>foo</IDREFElement>
        </echoIDREFElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIDREFAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFAttribute IDREF="bar"/>
        </echoIDREFAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIDREFSElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFSElement>foo</IDREFSElement>
        </echoIDREFSElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIDREFSAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <IDREFSAttribute IDREFS="hello"/>
        </echoIDREFSAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoENTITYElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITYElement>lt</ENTITYElement>
        </echoENTITYElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoENTITYAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITYAttribute ENTITY="lt"/>
        </echoENTITYAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoENTITIESElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITIESElement>lt gt apos quot</ENTITIESElement>
        </echoENTITIESElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoENTITIESAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ENTITIESAttribute ENTITIES="lt gt"/>
        </echoENTITIESAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>0</integerElement>
        </echoIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>1</integerElement>
        </echoIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>12678967543233</integerElement>
        </echoIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>+10000</integerElement>
        </echoIntegerElement>
    </soap:Body>
</soap: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                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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">123456789123456789123456789123456789</ex:integerElement>
        </ex:echoIntegerElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerElement>123456789123456789123456789123456789</integerElement>
        </echoIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerAttribute integer="10002"/>
        </echoIntegerAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerElement>-1</nonPositiveIntegerElement>
        </echoNonPositiveIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonPositiveIntegerAttribute nonPositiveInteger="-20"/>
        </echoNonPositiveIntegerAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerElement>-1</negativeIntegerElement>
        </echoNegativeIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longElement>1</longElement>
        </echoLongElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoLongAttribute xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:longAttribute long="1738"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns: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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longAttribute long="1738"/>
        </echoLongAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>1</intElement>
        </echoIntElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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">10042</ex:intElement>
        </ex:echoIntElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>10042</intElement>
        </echoIntElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intElement>-42</intElement>
        </echoIntElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intAttribute int="42"/>
        </echoIntAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortElement>1</shortElement>
        </echoShortElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortAttribute short="22"/>
        </echoShortAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteElement>1</byteElement>
        </echoByteElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <byteAttribute byte="64"/>
        </echoByteAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonNegativeIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerElement>1</nonNegativeIntegerElement>
        </echoNonNegativeIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerAttribute nonNegativeInteger="20"/>
        </echoNonNegativeIntegerAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedLongElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongElement>1</unsignedLongElement>
        </echoUnsignedLongElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedLongAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongAttribute unsignedLong="2034"/>
        </echoUnsignedLongAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedIntElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntElement>1</unsignedIntElement>
        </echoUnsignedIntElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedIntAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntAttribute unsignedInt="32334"/>
        </echoUnsignedIntAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedShortElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortElement>1</unsignedShortElement>
        </echoUnsignedShortElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedShortAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortAttribute unsignedShort="22"/>
        </echoUnsignedShortAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNegativeIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <negativeIntegerAttribute negativeInteger="-100"/>
        </echoNegativeIntegerAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedByteElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteElement>1</unsignedByteElement>
        </echoUnsignedByteElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedByteAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedByteAttribute unsignedByte="64"/>
        </echoUnsignedByteAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoPositiveIntegerElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerElement>1</positiveIntegerElement>
        </echoPositiveIntegerElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoPositiveIntegerAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerAttribute positiveInteger="257"/>
        </echoPositiveIntegerAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGlobalSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalSimpleType>foo</globalSimpleType>
        </echoGlobalSimpleType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>John</beatle>
        </echoStringEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>Paul</beatle>
        </echoStringEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <beatle>Ringo</beatle>
        </echoStringEnumerationType>
    </soap:Body>
</soap:Envelope>
NMTOKENEnumerationType NMTOKENEnumerationType01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoNMTOKENEnumerationType xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nMTOKENEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">token1</ex:nMTOKENEnumerationType>
        </ex:echoNMTOKENEnumerationType>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNMTOKENEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nMTOKENEnumerationType>token1</nMTOKENEnumerationType>
        </echoNMTOKENEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequence id="6026" inStock="232">
                <name>Widget</name>
                <shade>Light Blue</shade>
                <length>33</length>
            </complexTypeSequence>
        </echoComplexTypeSequence>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequence id="6026" inStock="52">
                <name>Widget</name>
                <shade>Green</shade>
                <length>1233</length>
            </complexTypeSequence>
        </echoComplexTypeSequence>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs1>
                <elementMinOccurs1item>item1</elementMinOccurs1item>
            </elementMinOccurs1>
        </echoElementMinOccurs1>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMaxOccurs1>
                <value>44</value>
            </elementMaxOccurs1>
        </echoElementMaxOccurs1>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMaxOccurs1>
                <value>4</value>
            </elementMaxOccurs1>
        </echoElementMaxOccurs1>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <publications>
                <day>2002-09-24</day>
                <day>2003-04-14</day>
                <day>2004-03-31</day>
                <day>2005-06-04</day>
                <day>2006-07-03</day>
            </publications>
        </echoElementMaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <publications>
                <day>2006-01-26</day>
            </publications>
        </echoElementMaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <summer>
                <mnth>May</mnth>
                <mnth>June</mnth>
                <mnth>July</mnth>
                <mnth>August</mnth>
            </summer>
        </echoElementMaxOccursFinite>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <summer>
                <mnth>August</mnth>
                <mnth>September</mnth>
            </summer>
        </echoElementMaxOccursFinite>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:premium 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:premium>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <premium currency="EUR" id="1711">
                <amount>1250</amount>
            </premium>
        </echoAttributeOptional>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoAttributeOptional xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:premium 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:premium>
        </ex:echoAttributeOptional>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeOptional xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <premium id="1712">
                <amount>1250</amount>
            </premium>
        </echoAttributeOptional>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoAttributeRequired xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:discount id="1611" seasonal="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:percentage>5</ex:percentage>
            </ex:discount>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <discount id="1611" seasonal="true">
                <percentage>5</percentage>
            </discount>
        </echoAttributeRequired>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoAttributeRequired xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:discount id="1612" seasonal="false"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns: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:discount>
        </ex:echoAttributeRequired>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeRequired xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <discount id="1612" seasonal="false">
                <percentage>2</percentage>
            </discount>
        </echoAttributeRequired>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoAttributeFixed xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:survey 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:survey>
        </ex:echoAttributeFixed>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeFixed xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <survey currency="GBP" id="1511">
                <fee>500</fee>
            </survey>
        </echoAttributeFixed>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs0>
                <firstName>Paul</firstName>
                <lastName>Downey</lastName>
            </elementMinOccurs0>
        </echoElementMinOccurs0>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementMinOccurs0>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </elementMinOccurs0>
        </echoElementMinOccurs0>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableMiddleName>
                <firstName>Paul</firstName>
                <middleName xsi:nil="true"/>
                <lastName>Downey</lastName>
            </nillableMiddleName>
        </echoNillableElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNillableElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableMiddleName>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </nillableMiddleName>
        </echoNillableElement>
    </soap:Body>
</soap:Envelope>
NillableOptionalElement NillableOptionalElement01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName>
                <firstName>Paul</firstName>
                <middleName xsi:nil="true"/>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </echoNillableOptionalElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </echoNillableOptionalElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNillableOptionalElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nillableOptionalMiddleName>
                <firstName>Paul</firstName>
                <middleName xsi:nil="true"/>
                <lastName>Downey</lastName>
            </nillableOptionalMiddleName>
        </echoNillableOptionalElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNullEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nullEnumerationType/>
        </echoNullEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementEmptyComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementEmptyComplexType/>
        </echoElementEmptyComplexType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementEmptySequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementEmptySequence/>
        </echoElementEmptySequence>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGlobalElementSequence xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementSequence>
                <foo>one</foo>
                <bar>two</bar>
            </globalElementSequence>
        </echoGlobalElementSequence>
    </soap:Body>
</soap:Envelope>
SequenceElementList SequenceElementList01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:item>item one</ex:item>
                <ex:item>item two</ex:item>
                <ex:item>item three</ex:item>
                <ex:item>item four</ex:item>
            </ex:sequenceElementList>
        </ex:echoSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceElementList>
                <item>item one</item>
                <item>item two</item>
                <item>item three</item>
                <item>item four</item>
            </sequenceElementList>
        </echoSequenceElementList>
    </soap:Body>
</soap:Envelope>
SequenceElementList SequenceElementList02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
                <ex:item>item one</ex:item>
            </ex:sequenceElementList>
        </ex:echoSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceElementList>
                <item>item one</item>
            </sequenceElementList>
        </echoSequenceElementList>
    </soap:Body>
</soap:Envelope>
SequenceElementList SequenceElementList03 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoSequenceElementList xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoSequenceElementList>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceElementList/>
        </echoSequenceElementList>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNestedSequenceElementList xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nestedSequenceElementList>
                <nestedItem>
                    <item>item onexone</item>
                    <item>item onextwo</item>
                    <item>item onexthree</item>
                    <item>item onexfour</item>
                </nestedItem>
                <nestedItem>
                    <item>item twoxone</item>
                    <item>item twoxtwo</item>
                    <item>item twoxthree</item>
                    <item>item twoxfour</item>
                </nestedItem>
            </nestedSequenceElementList>
        </echoNestedSequenceElementList>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <customerName>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </customerName>
        </echoElementReference>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <clientName d4p1:phoneNumber="0123456789" xmlns:d4p1="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <d4p1:firstName>Bobby</d4p1:firstName>
                <d4p1:lastName>Sox</d4p1:lastName>
            </clientName>
        </echoAttributeReference>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item1>item one</item1>
                <item1>item two</item1>
                <item2>item three</item2>
                <item2>item four</item2>
                <item3>item five</item3>
                <item3>item six</item3>
            </bareVector>
        </echoBareVector>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item1>item one</item1>
                <item1>item two</item1>
                <item3>item three</item3>
                <item3>item four</item3>
            </bareVector>
        </echoBareVector>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item2>item one</item2>
                <item2>item two</item2>
                <item2>item three</item2>
                <item2>item four</item2>
                <item3>item five</item3>
                <item3>item six</item3>
            </bareVector>
        </echoBareVector>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoBareVector xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bareVector>
                <item1>item one</item1>
                <item1>item two</item1>
                <item2>item three</item2>
                <item2>item four</item2>
            </bareVector>
        </echoBareVector>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeSequenceExtension xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeSequenceExtension>
                <name>Mary</name>
                <description>tall</description>
            </complexTypeSequenceExtension>
        </echoComplexTypeSequenceExtension>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTypeSubstitutionUsingXsiType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <assembly>
                <part>
                    <number>p1</number>
                </part>
                <part xsi:type="Part2">
                    <number>p2</number>
                    <description>extended part</description>
                </part>
            </assembly>
        </echoTypeSubstitutionUsingXsiType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs1>
                <sequenceMinOccurs1item>item1</sequenceMinOccurs1item>
            </sequenceMinOccurs1>
        </echoSequenceMinOccurs1>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <myAgeDetails>
                <myAge>44</myAge>
            </myAgeDetails>
        </echoSequenceMaxOccurs1>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMaxOccurs1 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <myAgeDetails>
                <myAge>4</myAge>
            </myAgeDetails>
        </echoSequenceMaxOccurs1>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationList/>
        </echoElementMinOccurs0MaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationList>
                <durationValue>24</durationValue>
                <durationValue>34</durationValue>
                <durationValue>44</durationValue>
            </durationList>
        </echoElementMinOccurs0MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
SequenceMinOccurs0MaxOccursUnbounded SequenceMinOccurs0MaxOccursUnbounded101 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationListSequence>
                <durationVal>44</durationVal>
                <durationVal>24</durationVal>
                <durationVal>64</durationVal>
                <durationPercentage>33</durationPercentage>
                <durationPercentage>45</durationPercentage>
                <durationPercentage>22</durationPercentage>
            </durationListSequence>
        </echoSequenceMinOccurs0MaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccurs0MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationListSequence/>
        </echoSequenceMinOccurs0MaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageList>
                <ageValue>44</ageValue>
            </ageList>
        </echoElementMinOccurs1MaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageList>
                <ageValue>24</ageValue>
                <ageValue>34</ageValue>
                <ageValue>44</ageValue>
            </ageList>
        </echoElementMinOccurs1MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
SequenceMinOccurs1MaxOccursUnbounded SequenceMinOccurs1MaxOccursUnbounded101 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageListSequence>
                <ageVal>44</ageVal>
                <ageVal>24</ageVal>
                <ageVal>64</ageVal>
                <agePercentage>33</agePercentage>
                <agePercentage>45</agePercentage>
                <agePercentage>22</agePercentage>
            </ageListSequence>
        </echoSequenceMinOccurs1MaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccurs1MaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ageListSequence>
                <ageVal>44</ageVal>
                <agePercentage>33</agePercentage>
            </ageListSequence>
        </echoSequenceMinOccurs1MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
SequenceMaxOccursUnbounded SequenceMaxOccursUnbounded01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bookPublications>
                <pubDate>2002-09-24</pubDate>
                <pubDate>2003-04-14</pubDate>
                <pubDate>2004-03-31</pubDate>
                <pubDate>2005-06-04</pubDate>
                <pubDate>2006-07-03</pubDate>
                <pubISBN>1-55960-907-6</pubISBN>
                <pubISBN>1-25466-908-6</pubISBN>
                <pubISBN>1-35460-909-6</pubISBN>
                <pubISBN>1-54560-910-6</pubISBN>
                <pubISBN>1-74869-911-6</pubISBN>
            </bookPublications>
        </echoSequenceMaxOccursUnbounded>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMaxOccursUnbounded xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <bookPublications>
                <pubDate>2006-01-26</pubDate>
                <pubISBN>1-44795-912-6</pubISBN>
            </bookPublications>
        </echoSequenceMaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
SequenceMaxOccursFinite SequenceMaxOccursFinite01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <winter>
                <mnth>November</mnth>
                <mnth>December</mnth>
                <mnth>January</mnth>
                <mnth>February</mnth>
                <weather>Rain</weather>
                <weather>Snow</weather>
                <weather>Snow</weather>
                <weather>Rain</weather>
            </winter>
        </echoSequenceMaxOccursFinite>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMaxOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <winter>
                <mnth>December</mnth>
                <weather>Snow</weather>
            </winter>
        </echoSequenceMaxOccursFinite>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs0>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </sequenceMinOccurs0>
        </echoSequenceMinOccurs0>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccurs0 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceMinOccurs0/>
        </echoSequenceMinOccurs0>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement>
                <firstName>Paul</firstName>
            </sequenceSequenceElement>
        </echoSequenceSequenceElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
            </sequenceSequenceElement>
        </echoSequenceSequenceElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceSequenceElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <sequenceSequenceElement>
                <firstName>Paul</firstName>
                <middleName>Sumner</middleName>
                <lastName>Downey</lastName>
            </sequenceSequenceElement>
        </echoSequenceSequenceElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalSimpleTypeTotalDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeTotalDigits>1234</decimalSimpleTypeTotalDigits>
        </echoDecimalSimpleTypeTotalDigits>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalSimpleTypeTotalDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeTotalDigits>12345</decimalSimpleTypeTotalDigits>
        </echoDecimalSimpleTypeTotalDigits>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeTypeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeTypeReference number="123"/>
        </echoAttributeTypeReference>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementTypeReference xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <elementTypeReference>
                <text>
                    <referenced>foo</referenced>
                </text>
            </elementTypeReference>
        </echoElementTypeReference>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLocalElementComplexType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementComplexType>
                <name>
                    <firstName>Paul</firstName>
                    <lastName>Paul</lastName>
                </name>
            </localElementComplexType>
        </echoLocalElementComplexType>
    </soap:Body>
</soap:Envelope>
IdExample 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.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoIdExample 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:echoIdExample>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIdExample xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <idExample string="hello"/>
        </echoIdExample>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyTypeElement/>
        </echoAnyTypeElement>
    </soap:Body>
</soap:Envelope>
AnyTypeElement AnyTypeElement02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyTypeElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <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="">
                    <bar>cheese</bar>
                </foo>
            </anyTypeElement>
        </echoAnyTypeElement>
    </soap:Body>
</soap:Envelope>
ImportSchemaNamespace ImportSchemaNamespace01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoImportSchemaNamespace xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:importSchemaNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                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 service</ex:importSchemaNamespace>
        </ex:echoImportSchemaNamespace>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoImportSchemaNamespace xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <importSchemaNamespace>hello service</importSchemaNamespace>
        </echoImportSchemaNamespace>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1Y2M3DT10H30M</durationElement>
        </echoDurationElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>-P1347M</durationElement>
        </echoDurationElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1347Y</durationElement>
        </echoDurationElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDurationElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationElement>P1M</durationElement>
        </echoDurationElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDurationAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <durationAttribute duration="P1M"/>
        </echoDurationAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGDayElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayElement>---05</gDayElement>
        </echoGDayElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGDayAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gDayAttribute gDay="---09"/>
        </echoGDayAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--02--</gMonthElement>
        </echoGMonthElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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--</ex:gMonthElement>
        </ex:echoGMonthElement>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGMonthElement xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthElement>--12--</gMonthElement>
        </echoGMonthElement>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGMonthAttribute xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <gMonthAttribute gMonth="--04--"/>
        </echoGMonthAttribute>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intEnumerationType>2</intEnumerationType>
        </echoIntEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortEnumerationType>11</shortEnumerationType>
        </echoShortEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longEnumerationType>9152052</longEnumerationType>
        </echoLongEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleEnumerationType>1.26743233E+15</doubleEnumerationType>
        </echoDoubleEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerEnumerationType>4000000</integerEnumerationType>
        </echoIntegerEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalEnumerationType>1000.0002</decimalEnumerationType>
        </echoDecimalEnumerationType>
    </soap:Body>
</soap:Envelope>
FloatEnumerationType FloatEnumerationType01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatEnumerationType>1.26743237E+15</floatEnumerationType>
        </echoFloatEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonNegativeIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerEnumerationType>12</nonNegativeIntegerEnumerationType>
        </echoNonNegativeIntegerEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoPositiveIntegerEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerEnumerationType>12</positiveIntegerEnumerationType>
        </echoPositiveIntegerEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedLongEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongEnumerationType>33333333333333</unsignedLongEnumerationType>
        </echoUnsignedLongEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedIntEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntEnumerationType>3333333333</unsignedIntEnumerationType>
        </echoUnsignedIntEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedShortEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortEnumerationType>3333</unsignedShortEnumerationType>
        </echoUnsignedShortEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenEnumerationType>1</tokenEnumerationType>
        </echoTokenEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoTokenEnumerationType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <tokenEnumerationType>2</tokenEnumerationType>
        </echoTokenEnumerationType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAll id="6026" inStock="232">
                <name>Widget</name>
                <shade>Light Blue</shade>
                <length>33</length>
            </complexTypeAll>
        </echoComplexTypeAll>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeAll xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <complexTypeAll id="6026" inStock="332">
                <name>Widget</name>
                <shade>Green</shade>
                <length>21</length>
            </complexTypeAll>
        </echoComplexTypeAll>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit>
                <apple>21</apple>
            </fruit>
        </echoComplexTypeChoice>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit>
                <orange>Two Hundred</orange>
            </fruit>
        </echoComplexTypeChoice>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <fruit>
                <banana>329</banana>
            </fruit>
        </echoComplexTypeChoice>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mortgage>
                <amount>225000</amount>
                <repayment>
                    <years>20</years>
                    <months>6</months>
                    <rate>5.25</rate>
                </repayment>
            </mortgage>
        </echoComplexTypeSequenceChoice>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoComplexTypeSequenceChoice xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mortgage>
                <amount>225000</amount>
                <interestonly>
                    <years>25</years>
                    <rate>5.50</rate>
                </interestonly>
            </mortgage>
        </echoComplexTypeSequenceChoice>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs2MaxOccurs2 xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors2>
                <itemColor>Red</itemColor>
                <itemColor>Yellow</itemColor>
            </itemColors2>
        </echoElementMinOccurs2MaxOccurs2>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors>
                <itemColor>Red</itemColor>
                <itemColor>Black</itemColor>
                <itemColor>White</itemColor>
                <itemColor>Yellow</itemColor>
            </itemColors>
        </echoElementMinOccurs2orMore>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementMinOccurs2orMore xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <itemColors>
                <itemColor>Black</itemColor>
                <itemColor>White</itemColor>
            </itemColors>
        </echoElementMinOccurs2orMore>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault/>
        </echoAttributeDefault>
    </soap:Body>
</soap:Envelope>
AttributeDefault AttributeDefault02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault/>
        </echoAttributeDefault>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault defaultedValue=""/>
        </echoAttributeDefault>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <attributeDefault defaultedValue="anotherValue"/>
        </echoAttributeDefault>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGlobalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementDefault/>
        </echoGlobalElementDefault>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGlobalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementDefault>theDefaultValue</globalElementDefault>
        </echoGlobalElementDefault>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoGlobalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <globalElementDefault>anotherValue</globalElementDefault>
        </echoGlobalElementDefault>
    </soap:Body>
</soap:Envelope>
LocalElementDefault LocalElementDefault01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"/>
        </ex:echoLocalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLocalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementDefault/>
        </echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
LocalElementDefault LocalElementDefault02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns: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:localElementDefault>
        </ex:echoLocalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLocalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementDefault>
                <text/>
            </localElementDefault>
        </echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
LocalElementDefault LocalElementDefault03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns: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>theDefaultValue</ex:text>
            </ex:localElementDefault>
        </ex:echoLocalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLocalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementDefault/>
        </echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
LocalElementDefault LocalElementDefault04 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoLocalElementDefault xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns: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>anotherValue</ex:text>
            </ex:localElementDefault>
        </ex:echoLocalElementDefault>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLocalElementDefault xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <localElementDefault>
                <text>anotherValue</text>
            </localElementDefault>
        </echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
UnionMemberTypes UnionMemberTypes01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoUnionMemberTypes xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unionMemberTypes
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">22</ex:unionMemberTypes>
        </ex:echoUnionMemberTypes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnionMemberTypes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unionMemberTypes>22</unionMemberTypes>
        </echoUnionMemberTypes>
    </soap:Body>
</soap:Envelope>
UnionMemberTypes UnionMemberTypes02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoUnionMemberTypes xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unionMemberTypes
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                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 string?</ex:unionMemberTypes>
        </ex:echoUnionMemberTypes>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnionMemberTypes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unionMemberTypes>a string?</unionMemberTypes>
        </echoUnionMemberTypes>
    </soap:Body>
</soap:Envelope>
UnionDateString UnionDateString01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoUnionDateString xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"
                xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">Tonight</ex:unionDateString>
        </ex:echoUnionDateString>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnionDateString xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unionDateString>Tonight</unionDateString>
        </echoUnionDateString>
    </soap:Body>
</soap:Envelope>
UnionDateString UnionDateString02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoUnionDateString xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                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-06-06</ex:unionDateString>
        </ex:echoUnionDateString>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnionDateString xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unionDateString>2006-06-06</unionDateString>
        </echoUnionDateString>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>            mixed value                                    </mixedContentType>
        </echoMixedContentType>
    </soap:Body>
</soap:Envelope>
MixedContentType MixedContentType02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>            some text                                                more text                                    </mixedContentType>
        </echoMixedContentType>
    </soap:Body>
</soap:Envelope>
MixedContentType MixedContentType03 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>            mixed text value                                                mixed text value                           </mixedContentType>
        </echoMixedContentType>
    </soap:Body>
</soap:Envelope>
MixedContentType MixedContentType04 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoMixedContentType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <mixedContentType>
                <elem1>Tagged Value</elem1>
                <elem2>Tagged Value</elem2>            text mixed value                                                some more text in a mixed value                           </mixedContentType>
        </echoMixedContentType>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringSimpleTypePattern>123</stringSimpleTypePattern>
        </echoStringSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoStringSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringSimpleTypePattern>009</stringSimpleTypePattern>
        </echoStringSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intSimpleTypePattern>123</intSimpleTypePattern>
        </echoIntSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
IntSimpleTypePattern IntSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <intSimpleTypePattern>9</intSimpleTypePattern>
        </echoIntSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerSimpleTypePattern>123</integerSimpleTypePattern>
        </echoIntegerSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <integerSimpleTypePattern>9</integerSimpleTypePattern>
        </echoIntegerSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longSimpleTypePattern>123</longSimpleTypePattern>
        </echoLongSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
LongSimpleTypePattern LongSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <longSimpleTypePattern>9</longSimpleTypePattern>
        </echoLongSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypePattern>1234.12</decimalSimpleTypePattern>
        </echoDecimalSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypePattern>9898.00</decimalSimpleTypePattern>
        </echoDecimalSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatSimpleTypePattern>123</floatSimpleTypePattern>
        </echoFloatSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
FloatSimpleTypePattern FloatSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoFloatSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <floatSimpleTypePattern>9</floatSimpleTypePattern>
        </echoFloatSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleSimpleTypePattern>123</doubleSimpleTypePattern>
        </echoDoubleSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
DoubleSimpleTypePattern DoubleSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDoubleSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <doubleSimpleTypePattern>9</doubleSimpleTypePattern>
        </echoDoubleSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortSimpleTypePattern>123</shortSimpleTypePattern>
        </echoShortSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
ShortSimpleTypePattern ShortSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <shortSimpleTypePattern>9</shortSimpleTypePattern>
        </echoShortSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
NonNegativeIntegerSimpleTypePattern NonNegativeIntegerSimpleTypePattern01 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoNonNegativeIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                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:nonNegativeIntegerSimpleTypePattern>
        </ex:echoNonNegativeIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerSimpleTypePattern>123</nonNegativeIntegerSimpleTypePattern>
        </echoNonNegativeIntegerSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
NonNegativeIntegerSimpleTypePattern NonNegativeIntegerSimpleTypePattern02 passed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoNonNegativeIntegerSimpleTypePattern xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/"
                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:nonNegativeIntegerSimpleTypePattern>
        </ex:echoNonNegativeIntegerSimpleTypePattern>
    </env:Body>
</env:Envelope>
<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoNonNegativeIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <nonNegativeIntegerSimpleTypePattern>009</nonNegativeIntegerSimpleTypePattern>
        </echoNonNegativeIntegerSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerSimpleTypePattern>123</positiveIntegerSimpleTypePattern>
        </echoPositiveIntegerSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoPositiveIntegerSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <positiveIntegerSimpleTypePattern>009</positiveIntegerSimpleTypePattern>
        </echoPositiveIntegerSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongSimpleTypePattern>123</unsignedLongSimpleTypePattern>
        </echoUnsignedLongSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
UnsignedLongSimpleTypePattern UnsignedLongSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedLongSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedLongSimpleTypePattern>9</unsignedLongSimpleTypePattern>
        </echoUnsignedLongSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntSimpleTypePattern>123</unsignedIntSimpleTypePattern>
        </echoUnsignedIntSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
UnsignedIntSimpleTypePattern UnsignedIntSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedIntSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedIntSimpleTypePattern>9</unsignedIntSimpleTypePattern>
        </echoUnsignedIntSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortSimpleTypePattern>123</unsignedShortSimpleTypePattern>
        </echoUnsignedShortSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
UnsignedShortSimpleTypePattern UnsignedShortSimpleTypePattern02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoUnsignedShortSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <unsignedShortSimpleTypePattern>9</unsignedShortSimpleTypePattern>
        </echoUnsignedShortSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateSimpleTypePattern>2006-12-18</dateSimpleTypePattern>
        </echoDateSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDateSimpleTypePattern xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <dateSimpleTypePattern>2007-01-01</dateSimpleTypePattern>
        </echoDateSimpleTypePattern>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinInclusive>1</restrictedMinInclusive>
        </echoRestrictedMinInclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMinInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinInclusive>2</restrictedMinInclusive>
        </echoRestrictedMinInclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxInclusive>1</restrictedMaxInclusive>
        </echoRestrictedMaxInclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMaxInclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxInclusive>3</restrictedMaxInclusive>
        </echoRestrictedMaxInclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinExclusive>2</restrictedMinExclusive>
        </echoRestrictedMinExclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMinExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinExclusive>3</restrictedMinExclusive>
        </echoRestrictedMinExclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxExclusive>1</restrictedMaxExclusive>
        </echoRestrictedMaxExclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMaxExclusive xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxExclusive>2</restrictedMaxExclusive>
        </echoRestrictedMaxExclusive>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedLength>en</restrictedLength>
        </echoRestrictedLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedLength>FR</restrictedLength>
        </echoRestrictedLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxLength>AUSTRALIA</restrictedMaxLength>
        </echoRestrictedMaxLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMaxLength>N AMERICA</restrictedMaxLength>
        </echoRestrictedMaxLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinLength>AUS</restrictedMinLength>
        </echoRestrictedMinLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedMinLength>GB</restrictedMinLength>
        </echoRestrictedMinLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyAttributeStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeStrict ex:eyeColor="blue" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </anyAttributeStrict>
        </echoAnyAttributeStrict>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyAttributeStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeStrict ex:eyeColor="blue" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </anyAttributeStrict>
        </echoAnyAttributeStrict>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyAttributeStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeStrict ex:eyeColor="blue" ex:hairColor="green" xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </anyAttributeStrict>
        </echoAnyAttributeStrict>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyAttributeSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeSkip eyeColor="blue">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </anyAttributeSkip>
        </echoAnyAttributeSkip>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAnyAttributeLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <anyAttributeLax eyeColor="blue">
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </anyAttributeLax>
        </echoAnyAttributeLax>
    </soap:Body>
</soap:Envelope>
AttributeElementNameClash AttributeElementNameClash01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw Exp $-->
        <ex:echoAttributeElementNameClash xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <ex:clientDetails phone="0123456789" title="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: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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoAttributeElementNameClash xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <clientDetails phone="123456789" title="true">
                <forename>Bobby</forename>
                <surname>Sox</surname>
                <title>Mr</title>
            </clientDetails>
        </echoAttributeElementNameClash>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrict>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceStrict>
        </echoExtendedSequenceStrict>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoExtendedSequenceStrict xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceStrict>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <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>
                </extension>
            </extendedSequenceStrict>
        </echoExtendedSequenceStrict>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLax>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceLax>
        </echoExtendedSequenceLax>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoExtendedSequenceLax xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceLax>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <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>
                </extension>
            </extendedSequenceLax>
        </echoExtendedSequenceLax>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkip>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
            </extendedSequenceSkip>
        </echoExtendedSequenceSkip>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoExtendedSequenceSkip xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSequenceSkip>
                <firstName>Bobby</firstName>
                <lastName>Sox</lastName>
                <extension>
                    <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>
                </extension>
            </extendedSequenceSkip>
        </echoExtendedSequenceSkip>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementTypeDefaultNamespace xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElementDefaultNamespace/>
        </echoElementTypeDefaultNamespace>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoElementTypeDefaultNamespace xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <stringElementDefaultNamespace>This is a string!</stringElementDefaultNamespace>
        </echoElementTypeDefaultNamespace>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedStringMinLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedStringMinLength>String Value</restrictedStringMinLength>
        </echoRestrictedStringMinLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedStringMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedStringMaxLength>String Value</restrictedStringMaxLength>
        </echoRestrictedStringMaxLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoRestrictedStringMinMaxLength xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <restrictedStringMinMaxLength>String Value 2</restrictedStringMinMaxLength>
        </echoRestrictedStringMinMaxLength>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSimpleTypeAttributes xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <simpleTypeAttributes a1="foo" a2="bar">hello</simpleTypeAttributes>
        </echoSimpleTypeAttributes>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoExtendedSimpleType xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <extendedSimpleType>hello</extendedSimpleType>
        </echoExtendedSimpleType>
    </soap:Body>
</soap:Envelope>
SequenceMinOccursFinite SequenceMinOccursFinite01 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <articleColors>
                <articleColor>Red</articleColor>
                <articleColor>Black</articleColor>
                <articleColor>White</articleColor>
                <articleColor>Yellow</articleColor>
                <articleContrast>Bright</articleContrast>
                <articleContrast>Bright</articleContrast>
                <articleContrast>Low</articleContrast>
                <articleContrast>Normal</articleContrast>
            </articleColors>
        </echoSequenceMinOccursFinite>
    </soap:Body>
</soap:Envelope>
SequenceMinOccursFinite SequenceMinOccursFinite02 failed
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Body>
        <!--                                        Copyright (C) 2006 W3C (R) (MIT ERCIM Keio), All Rights Reserved.                    W3C liability, trademark and document use rules apply.                                        http://www.w3.org/Consortium/Legal/ipr-notice                    http://www.w3.org/Consortium/Legal/copyright-documents                    		    $Id: output.xml,v 1.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoSequenceMinOccursFinite xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <articleColors>
                <articleColor>Black</articleColor>
                <articleColor>White</articleColor>
                <articleContrast>Normal</articleContrast>
                <articleContrast>Bright</articleContrast>
            </articleColors>
        </echoSequenceMinOccursFinite>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeFractionDigits>1234.00</decimalSimpleTypeFractionDigits>
        </echoDecimalSimpleTypeFractionDigits>
    </soap:Body>
</soap: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.5 2007/05/05 09:17:42 jigsaw 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"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <echoDecimalSimpleTypeFractionDigits xmlns="http://www.w3.org/2002/ws/databinding/examples/6/09/">
            <decimalSimpleTypeFractionDigits>1234</decimalSimpleTypeFractionDigits>
        </echoDecimalSimpleTypeFractionDigits>
    </soap:Body>
</soap: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 $