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.
Number of passed tests: 312
Total number of tests: 312
All tests: 333
| 100% | 
Passed and failed percentages
| 93% | 7% | 
Total: passed 312 - failed 0 - skipped 21 - total 333
| 90% | 10% | 
Basic: passed 93 - failed 0 - skipped 10 - total 103
| 95% | 5% | 
Advanced: passed 207 - failed 0 - skipped 9 - total 216
| 85% | 15% | 
Pending: passed 12 - failed 0 - skipped 2 - total 14
In the report below:
| Test Name | Test Instance | Test Result | Request | 
|---|---|---|---|
| Response | |||
| AnySimpleTypeElement | AnySimpleTypeElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnySimpleTypeElement>
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnySimpleTypeElement>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoAnySimpleTypeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnySimpleTypeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnySimpleTypeElement | AnySimpleTypeElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnySimpleTypeElement>
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">anySimpleTypeValue</ex:anySimpleTypeElement>
        </ex:echoAnySimpleTypeElement>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoAnySimpleTypeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anySimpleTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">anySimpleTypeValue</ex:anySimpleTypeElement>
        </ex:echoAnySimpleTypeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyTypeElement | AnyTypeElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyTypeElement>
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoAnyTypeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnyTypeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyTypeElement | AnyTypeElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyTypeElement>
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <foo>
                    <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>
        <ex:echoAnyTypeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyTypeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <foo>
                    <bar>cheese</bar>
                </foo>
            </ex:anyTypeElement>
        </ex:echoAnyTypeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DocumentationElement | DocumentationElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDocumentationElement>
            <ex:documentationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDocumentationElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:documentationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello world</ex:documentationElement>
        </ex:echoDocumentationElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IdentifierName | IdentifierName02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIdentifierName>
            <ex:identifierName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIdentifierName
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:identifierName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:identifierName>
        </ex:echoIdentifierName>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonIdentifierName | NonIdentifierName02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonIdentifierName>
            <ex:non-Identifier-Name
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNonIdentifierName
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:non-Identifier-Name
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello</ex:non-Identifier-Name>
        </ex:echoNonIdentifierName>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringElement | StringElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringElement>
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoStringElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoStringElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringElement | StringElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringElement>
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoStringElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Hello cruel world.</ex:stringElement>
        </ex:echoStringElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringAttribute | StringAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringAttribute>
            <ex:stringAttribute string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoStringAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringAttribute string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoStringAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BooleanElement | BooleanElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoBooleanElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">false</ex:booleanElement>
        </ex:echoBooleanElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BooleanElement | BooleanElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoBooleanElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">true</ex:booleanElement>
        </ex:echoBooleanElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BooleanElement | BooleanElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoBooleanElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:booleanElement>
        </ex:echoBooleanElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BooleanElement | BooleanElement04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanElement>
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoBooleanElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:booleanElement>
        </ex:echoBooleanElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BooleanAttribute | BooleanAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanAttribute>
            <ex:booleanAttribute boolean="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoBooleanAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanAttribute boolean="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoBooleanAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BooleanAttribute | BooleanAttribute02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBooleanAttribute>
            <ex:booleanAttribute boolean="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoBooleanAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:booleanAttribute boolean="0"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoBooleanAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalElement | DecimalElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:decimalElement>
        </ex:echoDecimalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalElement | DecimalElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-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>
        <ex:echoDecimalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1.23</ex:decimalElement>
        </ex:echoDecimalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalElement | DecimalElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12678967.543233</ex:decimalElement>
        </ex:echoDecimalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalElement | DecimalElement04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+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>
        <ex:echoDecimalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+1000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalElement | DecimalElement05 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+100000000000000000000000000000000000000000000.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>
        <ex:echoDecimalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+100000000000000000000000000000000000000000000.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalElement | DecimalElement06 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210</ex:decimalElement>
        </ex:echoDecimalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalElement | DecimalElement07 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalElement>
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">210.00</ex:decimalElement>
        </ex:echoDecimalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalAttribute | DecimalAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalAttribute>
            <ex:decimalAttribute
                decimal="+10000000999829292922093443563.32423442"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoDecimalAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalAttribute
                decimal="+10000000999829292922093443563.32423442"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDecimalAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatElement | FloatElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-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>
        <ex:echoFloatElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:floatElement>
        </ex:echoFloatElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatElement | FloatElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoFloatElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:floatElement>
        </ex:echoFloatElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatElement | FloatElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoFloatElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:floatElement>
        </ex:echoFloatElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatElement | FloatElement04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoFloatElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:floatElement>
        </ex:echoFloatElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatElement | FloatElement05 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatElement>
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoFloatElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:floatElement>
        </ex:echoFloatElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatAttribute | FloatAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatAttribute>
            <ex:floatAttribute float="-7446.445E5"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoFloatAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatAttribute float="-7446.445E5"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoFloatAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleElement | DoubleElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-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>
        <ex:echoDoubleElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1E4</ex:doubleElement>
        </ex:echoDoubleElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleElement | DoubleElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDoubleElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.432233E12</ex:doubleElement>
        </ex:echoDoubleElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleElement | DoubleElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDoubleElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12.78e-2</ex:doubleElement>
        </ex:echoDoubleElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleElement | DoubleElement04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDoubleElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:doubleElement>
        </ex:echoDoubleElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleElement | DoubleElement05 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleElement>
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDoubleElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">INF</ex:doubleElement>
        </ex:echoDoubleElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleAttribute | DoubleAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleAttribute>
            <ex:doubleAttribute double="12.334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoDoubleAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleAttribute double="12.334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDoubleAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DurationElement | DurationElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDurationElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1Y2M3DT10H30M</ex:durationElement>
        </ex:echoDurationElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DurationElement | DurationElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-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>
        <ex:echoDurationElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-P1347M</ex:durationElement>
        </ex:echoDurationElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DurationElement | DurationElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDurationElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1347Y</ex:durationElement>
        </ex:echoDurationElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DurationElement | DurationElement04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationElement>
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDurationElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">P1M</ex:durationElement>
        </ex:echoDurationElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DurationAttribute | DurationAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDurationAttribute>
            <ex:durationAttribute duration="P1M"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoDurationAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationAttribute duration="P1M"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDurationAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DateTimeElement | DateTimeElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDateTimeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31T13:20:00-05:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DateTimeElement | DateTimeElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeElement>
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDateTimeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2000-03-04T23:00:00+03:00</ex:dateTimeElement>
        </ex:echoDateTimeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DateTimeAttribute | DateTimeAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateTimeAttribute>
            <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/"/>
        </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>
        <ex:echoDateTimeAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateTimeAttribute dateTime="2006-10-26T04:51:00+03:00"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateTimeAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TimeElement | TimeElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoTimeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">00:00:00</ex:timeElement>
        </ex:echoTimeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TimeElement | TimeElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoTimeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12:00:01</ex:timeElement>
        </ex:echoTimeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TimeElement | TimeElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoTimeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">23:59:34</ex:timeElement>
        </ex:echoTimeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TimeElement | TimeElement04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeElement>
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoTimeElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">13:21:03Z</ex:timeElement>
        </ex:echoTimeElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TimeAttribute | TimeAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTimeAttribute>
            <ex:timeAttribute time="00:01:58Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoTimeAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:timeAttribute time="00:01:58Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTimeAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DateElement | DateElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateElement>
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDateElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05-31</ex:dateElement>
        </ex:echoDateElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DateAttribute | DateAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateAttribute>
            <ex:dateAttribute date="2006-05-30"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoDateAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateAttribute date="2006-05-30"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoDateAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GYearMonthElement | GYearMonthElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthElement>
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoGYearMonthElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999-05</ex:gYearMonthElement>
        </ex:echoGYearMonthElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GYearMonthAttribute | GYearMonthAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearMonthAttribute>
            <ex:gYearMonthAttribute gYearMonth="2006-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoGYearMonthAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearMonthAttribute gYearMonth="2006-09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearMonthAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GYearElement | GYearElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearElement>
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoGYearElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1999</ex:gYearElement>
        </ex:echoGYearElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GYearAttribute | GYearAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGYearAttribute>
            <ex:gYearAttribute gYear="2038"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoGYearAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gYearAttribute gYear="2038"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGYearAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GMonthDayElement | GMonthDayElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayElement>
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--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>
        <ex:echoGMonthDayElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GMonthDayElement | GMonthDayElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayElement>
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--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>
        <ex:echoGMonthDayElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12-31Z</ex:gMonthDayElement>
        </ex:echoGMonthDayElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GMonthDayAttribute | GMonthDayAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthDayAttribute>
            <ex:gMonthDayAttribute gMonthDay="--09-28Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoGMonthDayAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthDayAttribute gMonthDay="--09-28Z"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthDayAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GDayElement | GDayElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayElement>
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---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>
        <ex:echoGDayElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">---05</ex:gDayElement>
        </ex:echoGDayElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GDayAttribute | GDayAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGDayAttribute>
            <ex:gDayAttribute gDay="---09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoGDayAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gDayAttribute gDay="---09"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGDayAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GMonthElement | GMonthElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthElement>
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--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>
        <ex:echoGMonthElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--02--</ex:gMonthElement>
        </ex:echoGMonthElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GMonthElement | GMonthElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthElement>
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--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>
        <ex:echoGMonthElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">--12--</ex:gMonthElement>
        </ex:echoGMonthElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GMonthAttribute | GMonthAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGMonthAttribute>
            <ex:gMonthAttribute gMonth="--04--"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoGMonthAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:gMonthAttribute gMonth="--04--"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGMonthAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| HexBinaryElement | HexBinaryElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoHexBinaryElement>
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">76</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoHexBinaryElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">76</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| HexBinaryElement | HexBinaryElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoHexBinaryElement>
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoHexBinaryElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:hexBinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">77696f646d6f6e7974637174716a7169696e6b65616f76786f746e66716b707875757261736e686469796b65706c656d7465626661637661646e6b65636662647669726d6f6e757361</ex:hexBinaryElement>
        </ex:echoHexBinaryElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| HexBinaryAttribute | HexBinaryAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoHexBinaryAttribute>
            <ex:hexBinaryAttribute hexBinary="77696f"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoHexBinaryAttribute>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoHexBinaryAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:hexBinaryAttribute hexBinary="77696f"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoHexBinaryAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| Base64BinaryElement | Base64BinaryElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryElement>
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoBase64BinaryElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">bQ==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| Base64BinaryElement | Base64BinaryElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryElement>
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoBase64BinaryElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">eHdmb3Rh</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| Base64BinaryElement | Base64BinaryElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryElement>
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoBase64BinaryElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">cnRjbGNyZW9scg==</ex:base64BinaryElement>
        </ex:echoBase64BinaryElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| Base64BinaryAttribute | Base64BinaryAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBase64BinaryAttribute>
            <ex:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoBase64BinaryAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:base64BinaryAttribute base64Binary="cnRjbGNyZW9scg=="
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoBase64BinaryAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyURIElement | AnyURIElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyURIElement>
            <ex:anyURIElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoAnyURIElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyURIElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">http://www.w3.org/2002/ws/databinding/</ex:anyURIElement>
        </ex:echoAnyURIElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyURIAttribute | AnyURIAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyURIAttribute>
            <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoAnyURIAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyURIAttribute anyURI="http://wwww.w3.org/2002/ws/"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAnyURIAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| QNameElement | QNameElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoQNameElement>
            <ex:QNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoQNameElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:QNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">ex:QNameElement</ex:QNameElement>
        </ex:echoQNameElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| QNameAttribute | QNameAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoQNameAttribute>
            <ex:QNameAttribute QName="ex:QNameAttribute"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoQNameAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:QNameAttribute QName="ex:QNameAttribute"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoQNameAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NormalizedStringElement | NormalizedStringElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNormalizedStringElement>
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNormalizedStringElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNormalizedStringElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NormalizedStringElement | NormalizedStringElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNormalizedStringElement>
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNormalizedStringElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">How now brown cow.</ex:normalizedStringElement>
        </ex:echoNormalizedStringElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NormalizedStringAttribute | NormalizedStringAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNormalizedStringAttribute>
            <ex:normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNormalizedStringAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:normalizedStringAttribute normalizedString="Hello Paris"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNormalizedStringAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TokenElement | TokenElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenElement>
            <ex:tokenElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoTokenElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">tokenElement</ex:tokenElement>
        </ex:echoTokenElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TokenAttribute | TokenAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenAttribute>
            <ex:tokenAttribute token="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoTokenAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenAttribute token="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoTokenAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LanguageElement | LanguageElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageElement>
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoLanguageElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">en</ex:languageElement>
        </ex:echoLanguageElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LanguageElement | LanguageElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageElement>
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoLanguageElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">fr</ex:languageElement>
        </ex:echoLanguageElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LanguageAttribute | LanguageAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLanguageAttribute>
            <ex:languageAttribute language="en"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoLanguageAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:languageAttribute language="en"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLanguageAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NMTOKENElement | NMTOKENElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENElement>
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNMTOKENElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">id</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NMTOKENElement | NMTOKENElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENElement>
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNMTOKENElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">vocabularies:that.as:clean:assuring-s_to:The_we:contain</ex:NMTOKENElement>
        </ex:echoNMTOKENElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NMTOKENAttribute | NMTOKENAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENAttribute>
            <ex:NMTOKENAttribute NMTOKEN="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNMTOKENAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENAttribute NMTOKEN="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNMTOKENAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NMTOKENSElement | NMTOKENSElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENSElement>
            <ex:NMTOKENSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNMTOKENSElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">a b c d e.b:s-w_x:q</ex:NMTOKENSElement>
        </ex:echoNMTOKENSElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NMTOKENSAttribute | NMTOKENSAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENSAttribute>
            <ex:NMTOKENSAttribute NMTOKENS="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNMTOKENSAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NMTOKENSAttribute NMTOKENS="id"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNMTOKENSAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NameElement | NameElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNameElement>
            <ex:NameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNameElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:NameElement>
        </ex:echoNameElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NameAttribute | NameAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNameAttribute>
            <ex:nameAttribute name="foo"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNameAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nameAttribute name="foo"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNameAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NCNameElement | NCNameElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNCNameElement>
            <ex:NCNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNCNameElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NCNameElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:NCNameElement>
        </ex:echoNCNameElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NCNameAttribute | NCNameAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNCNameAttribute>
            <ex:NCNameAttribute NCName="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNCNameAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:NCNameAttribute NCName="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNCNameAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IDElement | IDElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDElement>
            <ex:IDElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIDElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDElement>
        </ex:echoIDElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IDAttribute | IDAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDAttribute>
            <ex:IDAttribute ID="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoIDAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDAttribute ID="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIDAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IDREFElement | IDREFElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFElement>
            <ex:IDREFElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIDREFElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDREFElement>
        </ex:echoIDREFElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IDREFAttribute | IDREFAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFAttribute>
            <ex:IDREFAttribute IDREF="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoIDREFAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFAttribute IDREF="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIDREFAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IDREFSElement | IDREFSElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFSElement>
            <ex:IDREFSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIDREFSElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFSElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:IDREFSElement>
        </ex:echoIDREFSElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IDREFSAttribute | IDREFSAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIDREFSAttribute>
            <ex:IDREFSAttribute IDREFS="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoIDREFSAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:IDREFSAttribute IDREFS="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIDREFSAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ENTITYElement | ENTITYElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITYElement>
            <ex:ENTITYElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoENTITYElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITYElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">lt</ex:ENTITYElement>
        </ex:echoENTITYElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ENTITYAttribute | ENTITYAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITYAttribute>
            <ex:ENTITYAttribute ENTITY="lt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoENTITYAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITYAttribute ENTITY="lt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoENTITYAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ENTITIESElement | ENTITIESElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITIESElement>
            <ex:ENTITIESElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoENTITIESElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITIESElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">lt gt apos quot</ex:ENTITIESElement>
        </ex:echoENTITIESElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ENTITIESAttribute | ENTITIESAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoENTITIESAttribute>
            <ex:ENTITIESAttribute ENTITIES="lt gt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoENTITIESAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ENTITIESAttribute ENTITIES="lt gt"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoENTITIESAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerElement | IntegerElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">0</ex:integerElement>
        </ex:echoIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerElement | IntegerElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:integerElement>
        </ex:echoIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerElement | IntegerElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12678967543233</ex:integerElement>
        </ex:echoIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerElement | IntegerElement04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerElement>
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+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>
        <ex:echoIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">+10000</ex:integerElement>
        </ex:echoIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerAttribute | IntegerAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerAttribute>
            <ex:integerAttribute integer="10002"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoIntegerAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerAttribute integer="10002"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntegerAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonPositiveIntegerElement | NonPositiveIntegerElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerElement>
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-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>
        <ex:echoNonPositiveIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1</ex:nonPositiveIntegerElement>
        </ex:echoNonPositiveIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonPositiveIntegerAttribute | NonPositiveIntegerAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonPositiveIntegerAttribute>
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="-20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNonPositiveIntegerAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonPositiveIntegerAttribute nonPositiveInteger="-20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonPositiveIntegerAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NegativeIntegerElement | NegativeIntegerElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNegativeIntegerElement>
            <ex:negativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-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>
        <ex:echoNegativeIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:negativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-1</ex:negativeIntegerElement>
        </ex:echoNegativeIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LongElement | LongElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongElement>
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoLongElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:longElement>
        </ex:echoLongElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LongAttribute | LongAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongAttribute>
            <ex:longAttribute long="1738"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoLongAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longAttribute long="1738"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLongAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntElement | IntElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:intElement>
        </ex:echoIntElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntElement | IntElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">10042</ex:intElement>
        </ex:echoIntElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntElement | IntElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntElement>
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-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>
        <ex:echoIntElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-42</ex:intElement>
        </ex:echoIntElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntAttribute | IntAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntAttribute>
            <ex:intAttribute int="42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoIntAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intAttribute int="42"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIntAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ShortElement | ShortElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortElement>
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoShortElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:shortElement>
        </ex:echoShortElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ShortAttribute | ShortAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortAttribute>
            <ex:shortAttribute short="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoShortAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortAttribute short="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoShortAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ByteElement | ByteElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteElement>
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoByteElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:byteElement>
        </ex:echoByteElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ByteAttribute | ByteAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoByteAttribute>
            <ex:byteAttribute byte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoByteAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:byteAttribute byte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoByteAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonNegativeIntegerElement | NonNegativeIntegerElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerElement>
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNonNegativeIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:nonNegativeIntegerElement>
        </ex:echoNonNegativeIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonNegativeIntegerAttribute | NonNegativeIntegerAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerAttribute>
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNonNegativeIntegerAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerAttribute nonNegativeInteger="20"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNonNegativeIntegerAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedLongElement | UnsignedLongElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongElement>
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedLongElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedLongElement>
        </ex:echoUnsignedLongElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedLongAttribute | UnsignedLongAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongAttribute>
            <ex:unsignedLongAttribute unsignedLong="2034"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoUnsignedLongAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongAttribute unsignedLong="2034"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedLongAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedIntElement | UnsignedIntElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntElement>
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedIntElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedIntElement>
        </ex:echoUnsignedIntElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedIntAttribute | UnsignedIntAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntAttribute>
            <ex:unsignedIntAttribute unsignedInt="32334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoUnsignedIntAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntAttribute unsignedInt="32334"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedIntAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedShortElement | UnsignedShortElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortElement>
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedShortElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedShortElement>
        </ex:echoUnsignedShortElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedShortAttribute | UnsignedShortAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortAttribute>
            <ex:unsignedShortAttribute unsignedShort="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoUnsignedShortAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortAttribute unsignedShort="22"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedShortAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NegativeIntegerAttribute | NegativeIntegerAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNegativeIntegerAttribute>
            <ex:negativeIntegerAttribute negativeInteger="-100"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNegativeIntegerAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:negativeIntegerAttribute negativeInteger="-100"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNegativeIntegerAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedByteElement | UnsignedByteElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteElement>
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedByteElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:unsignedByteElement>
        </ex:echoUnsignedByteElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedByteAttribute | UnsignedByteAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedByteAttribute>
            <ex:unsignedByteAttribute unsignedByte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoUnsignedByteAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedByteAttribute unsignedByte="64"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoUnsignedByteAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PositiveIntegerElement | PositiveIntegerElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerElement>
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoPositiveIntegerElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:positiveIntegerElement>
        </ex:echoPositiveIntegerElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PositiveIntegerAttribute | PositiveIntegerAttribute01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerAttribute>
            <ex:positiveIntegerAttribute positiveInteger="257"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoPositiveIntegerAttribute
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerAttribute positiveInteger="257"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoPositiveIntegerAttribute>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GlobalSimpleType | GlobalSimpleType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalSimpleType>
            <ex:globalSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoGlobalSimpleType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">foo</ex:globalSimpleType>
        </ex:echoGlobalSimpleType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringEnumerationType | StringEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringEnumerationType>
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoStringEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">John</ex:beatle>
        </ex:echoStringEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringEnumerationType | StringEnumerationType02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringEnumerationType>
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoStringEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Paul</ex:beatle>
        </ex:echoStringEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringEnumerationType | StringEnumerationType03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringEnumerationType>
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoStringEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:beatle
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Ringo</ex:beatle>
        </ex:echoStringEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NMTOKENEnumerationType | NMTOKENEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNMTOKENEnumerationType>
            <ex:nMTOKENEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNMTOKENEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nMTOKENEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">token1</ex:nMTOKENEnumerationType>
        </ex:echoNMTOKENEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntEnumerationType | IntEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntEnumerationType>
            <ex:intEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:intEnumerationType>
        </ex:echoIntEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ShortEnumerationType | ShortEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortEnumerationType>
            <ex:shortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoShortEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">11</ex:shortEnumerationType>
        </ex:echoShortEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LongEnumerationType | LongEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongEnumerationType>
            <ex:longEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoLongEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9152052</ex:longEnumerationType>
        </ex:echoLongEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleEnumerationType | DoubleEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleEnumerationType>
            <ex:doubleEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDoubleEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:doubleEnumerationType>
        </ex:echoDoubleEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerEnumerationType | IntegerEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerEnumerationType>
            <ex:integerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntegerEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">4000000</ex:integerEnumerationType>
        </ex:echoIntegerEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalEnumerationType | DecimalEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalEnumerationType>
            <ex:decimalEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1000.0002</ex:decimalEnumerationType>
        </ex:echoDecimalEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatEnumerationType | FloatEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatEnumerationType>
            <ex:floatEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoFloatEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1267.43233E12</ex:floatEnumerationType>
        </ex:echoFloatEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonNegativeIntegerEnumerationType | NonNegativeIntegerEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerEnumerationType>
            <ex:nonNegativeIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNonNegativeIntegerEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:nonNegativeIntegerEnumerationType>
        </ex:echoNonNegativeIntegerEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PositiveIntegerEnumerationType | PositiveIntegerEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerEnumerationType>
            <ex:positiveIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoPositiveIntegerEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12</ex:positiveIntegerEnumerationType>
        </ex:echoPositiveIntegerEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedLongEnumerationType | UnsignedLongEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongEnumerationType>
            <ex:unsignedLongEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedLongEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">33333333333333</ex:unsignedLongEnumerationType>
        </ex:echoUnsignedLongEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedIntEnumerationType | UnsignedIntEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntEnumerationType>
            <ex:unsignedIntEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedIntEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3333333333</ex:unsignedIntEnumerationType>
        </ex:echoUnsignedIntEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedShortEnumerationType | UnsignedShortEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortEnumerationType>
            <ex:unsignedShortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedShortEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3333</ex:unsignedShortEnumerationType>
        </ex:echoUnsignedShortEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TokenEnumerationType | TokenEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenEnumerationType>
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoTokenEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TokenEnumerationType | TokenEnumerationType02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTokenEnumerationType>
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoTokenEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:tokenEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:tokenEnumerationType>
        </ex:echoTokenEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeSequence | ComplexTypeSequence01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequence>
            <ex:complexTypeSequence id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeSequence
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeSequence id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Widget</ex:name>
                <ex:shade>Light Blue</ex:shade>
                <ex:length>33</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeSequence | ComplexTypeSequence02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequence>
            <ex:complexTypeSequence id="6026" inStock="52"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeSequence
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeSequence id="6026" inStock="52"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Widget</ex:name>
                <ex:shade>Green</ex:shade>
                <ex:length>1233</ex:length>
            </ex:complexTypeSequence>
        </ex:echoComplexTypeSequence>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeAll | ComplexTypeAll01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeAll>
            <ex:complexTypeAll id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeAll
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeAll id="6026" inStock="232"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Widget</ex:name>
                <ex:length>33</ex:length>
                <ex:shade>Light Blue</ex:shade>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeAll | ComplexTypeAll02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeAll>
            <ex:complexTypeAll id="6026" inStock="332"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeAll
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeAll id="6026" inStock="332"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:shade>Green</ex:shade>
                <ex:length>21</ex:length>
                <ex:name>Widget</ex:name>
            </ex:complexTypeAll>
        </ex:echoComplexTypeAll>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeChoice | ComplexTypeChoice01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeChoice>
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeChoice
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:apple>21</ex:apple>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeChoice | ComplexTypeChoice02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeChoice>
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeChoice
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:orange>Two Hundred</ex:orange>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeChoice | ComplexTypeChoice03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeChoice>
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeChoice
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:fruit
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:banana>329</ex:banana>
            </ex:fruit>
        </ex:echoComplexTypeChoice>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeSequenceChoice | ComplexTypeSequenceChoice01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequenceChoice>
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeSequenceChoice
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeSequenceChoice | ComplexTypeSequenceChoice02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequenceChoice>
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeSequenceChoice
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mortgage
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>225000</ex:amount>
                <ex:interestonly>
                    <ex:years>25</ex:years>
                    <ex:rate>5.50</ex:rate>
                </ex:interestonly>
            </ex:mortgage>
        </ex:echoComplexTypeSequenceChoice>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs1 | ElementMinOccurs101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs1>
            <ex:elementMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs1
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elementMinOccurs1item>item1</ex:elementMinOccurs1item>
            </ex:elementMinOccurs1>
        </ex:echoElementMinOccurs1>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs2MaxOccurs2 | ElementMinOccurs2MaxOccurs201 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs2MaxOccurs2>
            <ex:itemColors2
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs2MaxOccurs2
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:itemColors2
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:itemColor>Red</ex:itemColor>
                <ex:itemColor>Yellow</ex:itemColor>
            </ex:itemColors2>
        </ex:echoElementMinOccurs2MaxOccurs2>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs2orMore | ElementMinOccurs2orMore01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs2orMore>
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs2orMore
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:itemColor>Red</ex:itemColor>
                <ex:itemColor>Black</ex:itemColor>
                <ex:itemColor>White</ex:itemColor>
                <ex:itemColor>Yellow</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs2orMore | ElementMinOccurs2orMore02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs2orMore>
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs2orMore
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:itemColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:itemColor>Black</ex:itemColor>
                <ex:itemColor>White</ex:itemColor>
            </ex:itemColors>
        </ex:echoElementMinOccurs2orMore>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMaxOccurs1 | ElementMaxOccurs101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccurs1>
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMaxOccurs1
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>44</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMaxOccurs1 | ElementMaxOccurs102 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccurs1>
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMaxOccurs1
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMaxOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:value>4</ex:value>
            </ex:elementMaxOccurs1>
        </ex:echoElementMaxOccurs1>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMaxOccursUnbounded | ElementMaxOccursUnbounded01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursUnbounded>
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMaxOccursUnbounded | ElementMaxOccursUnbounded02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursUnbounded>
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:publications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:day>2006-01-26</ex:day>
            </ex:publications>
        </ex:echoElementMaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMaxOccursFinite | ElementMaxOccursFinite01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursFinite>
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMaxOccursFinite
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:mnth>May</ex:mnth>
                <ex:mnth>June</ex:mnth>
                <ex:mnth>July</ex:mnth>
                <ex:mnth>August</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMaxOccursFinite | ElementMaxOccursFinite02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMaxOccursFinite>
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMaxOccursFinite
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:summer
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:mnth>August</ex:mnth>
                <ex:mnth>September</ex:mnth>
            </ex:summer>
        </ex:echoElementMaxOccursFinite>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeOptional | AttributeOptional01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeOptional>
            <ex:premium currency="EUR" id="1711"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAttributeOptional
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:premium currency="EUR" id="1711"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>1250</ex:amount>
            </ex:premium>
        </ex:echoAttributeOptional>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeOptional | AttributeOptional02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeOptional>
            <ex:premium id="1712"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAttributeOptional
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:premium id="1712"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:amount>1250</ex:amount>
            </ex:premium>
        </ex:echoAttributeOptional>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeRequired | AttributeRequired01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeRequired>
            <ex:discount id="1611" seasonal="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAttributeRequired
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:discount id="1611" seasonal="true"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:percentage>5</ex:percentage>
            </ex:discount>
        </ex:echoAttributeRequired>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeRequired | AttributeRequired02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeRequired>
            <ex:discount id="1612" seasonal="false"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAttributeRequired
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:discount id="1612" seasonal="false"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:percentage>2</ex:percentage>
            </ex:discount>
        </ex:echoAttributeRequired>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeFixed | AttributeFixed01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeFixed>
            <ex:survey currency="GBP" id="1511"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAttributeFixed
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:survey currency="GBP" id="1511"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:fee>500</ex:fee>
            </ex:survey>
        </ex:echoAttributeFixed>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeDefault | AttributeDefault01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoAttributeDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeDefault | AttributeDefault02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault defaultedValue="theDefaultValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoAttributeDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault defaultedValue="theDefaultValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeDefault | AttributeDefault03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault defaultedValue=""
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoAttributeDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault defaultedValue=""
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeDefault | AttributeDefault04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeDefault>
            <ex:attributeDefault defaultedValue="anotherValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoAttributeDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeDefault defaultedValue="anotherValue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GlobalElementDefault | GlobalElementDefault01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementDefault>
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoGlobalElementDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoGlobalElementDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GlobalElementDefault | GlobalElementDefault02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementDefault>
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoGlobalElementDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">theDefaultValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GlobalElementDefault | GlobalElementDefault03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementDefault>
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoGlobalElementDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">anotherValue</ex:globalElementDefault>
        </ex:echoGlobalElementDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LocalElementDefault | LocalElementDefault01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalElementDefault>
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoLocalElementDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LocalElementDefault | LocalElementDefault02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalElementDefault>
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoLocalElementDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:text/>
            </ex:localElementDefault>
        </ex:echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LocalElementDefault | LocalElementDefault03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalElementDefault>
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoLocalElementDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:text>theDefaultValue</ex:text>
            </ex:localElementDefault>
        </ex:echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LocalElementDefault | LocalElementDefault04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalElementDefault>
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoLocalElementDefault
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localElementDefault
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:text>anotherValue</ex:text>
            </ex:localElementDefault>
        </ex:echoLocalElementDefault>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs0 | ElementMinOccurs001 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0>
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs0
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:lastName>Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs0 | ElementMinOccurs002 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0>
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs0
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:elementMinOccurs0>
        </ex:echoElementMinOccurs0>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NillableElement | NillableElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableElement>
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoNillableElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NillableElement | NillableElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableElement>
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoNillableElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableMiddleName>
        </ex:echoNillableElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NillableOptionalElement | NillableOptionalElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableOptionalElement>
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoNillableOptionalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NillableOptionalElement | NillableOptionalElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableOptionalElement>
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoNillableOptionalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NillableOptionalElement | NillableOptionalElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNillableOptionalElement>
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoNillableOptionalElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nillableOptionalMiddleName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName xsi:nil="true"/>
                <ex:lastName>Downey</ex:lastName>
            </ex:nillableOptionalMiddleName>
        </ex:echoNillableOptionalElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnionDateString | UnionDateString01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionDateString>
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnionDateString
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Tonight</ex:unionDateString>
        </ex:echoUnionDateString>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnionDateString | UnionDateString02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionDateString>
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnionDateString
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unionDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-06-06</ex:unionDateString>
        </ex:echoUnionDateString>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnionSimpleDateString | UnionSimpleDateString01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionSimpleDateString>
            <ex:unionSimpleDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Monday Night</ex:unionSimpleDateString>
        </ex:echoUnionSimpleDateString>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoUnionSimpleDateString
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unionSimpleDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">Monday Night</ex:unionSimpleDateString>
        </ex:echoUnionSimpleDateString>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnionSimpleDateString | UnionSimpleDateString02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnionSimpleDateString>
            <ex:unionSimpleDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-06-06</ex:unionSimpleDateString>
        </ex:echoUnionSimpleDateString>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoUnionSimpleDateString
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unionSimpleDateString
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-06-06</ex:unionSimpleDateString>
        </ex:echoUnionSimpleDateString>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NullEnumerationType | NullEnumerationType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNullEnumerationType>
            <ex:nullEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoNullEnumerationType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nullEnumerationType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoNullEnumerationType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementEmptyComplexType | ElementEmptyComplexType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementEmptyComplexType>
            <ex:elementEmptyComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoElementEmptyComplexType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementEmptyComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementEmptyComplexType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementEmptySequence | ElementEmptySequence01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementEmptySequence>
            <ex:elementEmptySequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoElementEmptySequence
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementEmptySequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementEmptySequence>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| GlobalElementSequence | GlobalElementSequence01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoGlobalElementSequence>
            <ex:globalElementSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoGlobalElementSequence
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:globalElementSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:foo>one</ex:foo>
                <ex:bar>two</ex:bar>
            </ex:globalElementSequence>
        </ex:echoGlobalElementSequence>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceElementList | SequenceElementList01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceElementList>
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceElementList
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceElementList | SequenceElementList02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceElementList>
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceElementList
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:item>item one</ex:item>
            </ex:sequenceElementList>
        </ex:echoSequenceElementList>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceElementList | SequenceElementList03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceElementList>
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoSequenceElementList
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoSequenceElementList>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NestedSequenceElementList | NestedSequenceElementList01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNestedSequenceElementList>
            <ex:nestedSequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoNestedSequenceElementList
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nestedSequenceElementList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| MixedContentType | MixedContentType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoMixedContentType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elem1>Tagged Value</ex:elem1>
            mixed value
            
            
            <ex:elem2>Tagged Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| MixedContentType | MixedContentType02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
            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>
        <ex:echoMixedContentType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
            some text
            
            
            <ex:elem1>Tagged Value</ex:elem1>
            more text
            
            
            <ex:elem2>Tagged Value</ex:elem2>
            </ex:mixedContentType>
        </ex:echoMixedContentType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| MixedContentType | MixedContentType03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoMixedContentType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:elem1>Tagged Value</ex:elem1>
            mixed text value
            
            
            <ex:elem2>Tagged Value</ex:elem2>
            mixed text value
         
         
         </ex:mixedContentType>
        </ex:echoMixedContentType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| MixedContentType | MixedContentType04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoMixedContentType>
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
            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>
        <ex:echoMixedContentType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:mixedContentType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
            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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringSimpleTypePattern | StringSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringSimpleTypePattern>
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoStringSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| StringSimpleTypePattern | StringSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoStringSimpleTypePattern>
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoStringSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:stringSimpleTypePattern>
        </ex:echoStringSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntSimpleTypePattern | IntSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntSimpleTypePattern>
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntSimpleTypePattern | IntSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntSimpleTypePattern>
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:intSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:intSimpleTypePattern>
        </ex:echoIntSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerSimpleTypePattern | IntegerSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerSimpleTypePattern>
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntegerSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IntegerSimpleTypePattern | IntegerSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIntegerSimpleTypePattern>
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoIntegerSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:integerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9</ex:integerSimpleTypePattern>
        </ex:echoIntegerSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LongSimpleTypePattern | LongSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongSimpleTypePattern>
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoLongSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LongSimpleTypePattern | LongSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLongSimpleTypePattern>
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoLongSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:longSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:longSimpleTypePattern>
        </ex:echoLongSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalSimpleTypePattern | DecimalSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypePattern>
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234.12</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalSimpleTypePattern | DecimalSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypePattern>
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">9898.00</ex:decimalSimpleTypePattern>
        </ex:echoDecimalSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatSimpleTypePattern | FloatSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatSimpleTypePattern>
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoFloatSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| FloatSimpleTypePattern | FloatSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoFloatSimpleTypePattern>
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoFloatSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:floatSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:floatSimpleTypePattern>
        </ex:echoFloatSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleSimpleTypePattern | DoubleSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleSimpleTypePattern>
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDoubleSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DoubleSimpleTypePattern | DoubleSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDoubleSimpleTypePattern>
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDoubleSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:doubleSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:doubleSimpleTypePattern>
        </ex:echoDoubleSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ShortSimpleTypePattern | ShortSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortSimpleTypePattern>
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoShortSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ShortSimpleTypePattern | ShortSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoShortSimpleTypePattern>
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoShortSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:shortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:shortSimpleTypePattern>
        </ex:echoShortSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonNegativeIntegerSimpleTypePattern | NonNegativeIntegerSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerSimpleTypePattern>
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNonNegativeIntegerSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:nonNegativeIntegerSimpleTypePattern>
        </ex:echoNonNegativeIntegerSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| NonNegativeIntegerSimpleTypePattern | NonNegativeIntegerSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoNonNegativeIntegerSimpleTypePattern>
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoNonNegativeIntegerSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:nonNegativeIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:nonNegativeIntegerSimpleTypePattern>
        </ex:echoNonNegativeIntegerSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PositiveIntegerSimpleTypePattern | PositiveIntegerSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerSimpleTypePattern>
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoPositiveIntegerSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PositiveIntegerSimpleTypePattern | PositiveIntegerSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPositiveIntegerSimpleTypePattern>
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoPositiveIntegerSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:positiveIntegerSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:positiveIntegerSimpleTypePattern>
        </ex:echoPositiveIntegerSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedLongSimpleTypePattern | UnsignedLongSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongSimpleTypePattern>
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedLongSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedLongSimpleTypePattern | UnsignedLongSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedLongSimpleTypePattern>
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedLongSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedLongSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedLongSimpleTypePattern>
        </ex:echoUnsignedLongSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedIntSimpleTypePattern | UnsignedIntSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntSimpleTypePattern>
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedIntSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedIntSimpleTypePattern | UnsignedIntSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedIntSimpleTypePattern>
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedIntSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedIntSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedIntSimpleTypePattern>
        </ex:echoUnsignedIntSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedShortSimpleTypePattern | UnsignedShortSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortSimpleTypePattern>
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedShortSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">123</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| UnsignedShortSimpleTypePattern | UnsignedShortSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoUnsignedShortSimpleTypePattern>
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoUnsignedShortSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:unsignedShortSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">009</ex:unsignedShortSimpleTypePattern>
        </ex:echoUnsignedShortSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DateSimpleTypePattern | DateSimpleTypePattern01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateSimpleTypePattern>
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDateSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2006-12-18</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DateSimpleTypePattern | DateSimpleTypePattern02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDateSimpleTypePattern>
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDateSimpleTypePattern
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:dateSimpleTypePattern
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2007-01-01</ex:dateSimpleTypePattern>
        </ex:echoDateSimpleTypePattern>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMinInclusive | RestrictedMinInclusive01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinInclusive>
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMinInclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMinInclusive | RestrictedMinInclusive02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinInclusive>
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMinInclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMinInclusive>
        </ex:echoRestrictedMinInclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMaxInclusive | RestrictedMaxInclusive01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxInclusive>
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMaxInclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMaxInclusive | RestrictedMaxInclusive02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxInclusive>
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMaxInclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxInclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3</ex:restrictedMaxInclusive>
        </ex:echoRestrictedMaxInclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMinExclusive | RestrictedMinExclusive01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinExclusive>
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMinExclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMinExclusive | RestrictedMinExclusive02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinExclusive>
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMinExclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">3</ex:restrictedMinExclusive>
        </ex:echoRestrictedMinExclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMaxExclusive | RestrictedMaxExclusive01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxExclusive>
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMaxExclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMaxExclusive | RestrictedMaxExclusive02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxExclusive>
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMaxExclusive
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxExclusive
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">2</ex:restrictedMaxExclusive>
        </ex:echoRestrictedMaxExclusive>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedLength | RestrictedLength01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedLength>
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">en</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedLength | RestrictedLength02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedLength>
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">FR</ex:restrictedLength>
        </ex:echoRestrictedLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMaxLength | RestrictedMaxLength01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxLength>
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMaxLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">AUSTRALIA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMaxLength | RestrictedMaxLength02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMaxLength>
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMaxLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">N AMERICA</ex:restrictedMaxLength>
        </ex:echoRestrictedMaxLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMinLength | RestrictedMinLength01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinLength>
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMinLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">AUS</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedMinLength | RestrictedMinLength02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedMinLength>
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedMinLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">GB</ex:restrictedMinLength>
        </ex:echoRestrictedMinLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyAttributeStrict | AnyAttributeStrict01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeStrict>
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAnyAttributeStrict
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyAttributeStrict | AnyAttributeStrict02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeStrict>
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAnyAttributeStrict
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyAttributeStrict | AnyAttributeStrict03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeStrict>
            <ex:anyAttributeStrict ex:eyeColor="blue"
                ex:hairColor="green"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAnyAttributeStrict
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeStrict ex:eyeColor="blue"
                ex:hairColor="green"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeStrict>
        </ex:echoAnyAttributeStrict>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyAttributeSkip | AnyAttributeSkip01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeSkip>
            <ex:anyAttributeSkip eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAnyAttributeSkip
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeSkip eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeSkip>
        </ex:echoAnyAttributeSkip>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AnyAttributeLax | AnyAttributeLax01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAnyAttributeLax>
            <ex:anyAttributeLax eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAnyAttributeLax
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:anyAttributeLax eyeColor="blue"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:anyAttributeLax>
        </ex:echoAnyAttributeLax>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementReference | ElementReference01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementReference>
            <ex:customerName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementReference
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:customerName
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:customerName>
        </ex:echoElementReference>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeReference | AttributeReference01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeReference>
            <ex:clientName ex:phoneNumber="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoAttributeReference
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:clientName ex:phoneNumber="0123456789"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:clientName>
        </ex:echoAttributeReference>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ExtendedSequenceStrict | ExtendedSequenceStrict01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceStrict>
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoExtendedSequenceStrict
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceStrict>
        </ex:echoExtendedSequenceStrict>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ExtendedSequenceStrict | ExtendedSequenceStrict02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceStrict>
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoExtendedSequenceStrict
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceStrict
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ExtendedSequenceLax | ExtendedSequenceLax01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceLax>
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoExtendedSequenceLax
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceLax>
        </ex:echoExtendedSequenceLax>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ExtendedSequenceLax | ExtendedSequenceLax02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceLax>
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoExtendedSequenceLax
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceLax
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ExtendedSequenceSkip | ExtendedSequenceSkip01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceSkip>
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoExtendedSequenceSkip
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Bobby</ex:firstName>
                <ex:lastName>Sox</ex:lastName>
            </ex:extendedSequenceSkip>
        </ex:echoExtendedSequenceSkip>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ExtendedSequenceSkip | ExtendedSequenceSkip02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSequenceSkip>
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoExtendedSequenceSkip
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSequenceSkip
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementTypeDefaultNamespace | ElementTypeDefaultNamespace01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementTypeDefaultNamespace>
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoElementTypeDefaultNamespace
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementTypeDefaultNamespace>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementTypeDefaultNamespace | ElementTypeDefaultNamespace02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementTypeDefaultNamespace>
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoElementTypeDefaultNamespace
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:stringElementDefaultNamespace
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">This is a string!</ex:stringElementDefaultNamespace>
        </ex:echoElementTypeDefaultNamespace>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedStringMinLength | RestrictedStringMinLength01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedStringMinLength>
            <ex:restrictedStringMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedStringMinLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedStringMinLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String Value</ex:restrictedStringMinLength>
        </ex:echoRestrictedStringMinLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedStringMaxLength | RestrictedStringMaxLength01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedStringMaxLength>
            <ex:restrictedStringMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedStringMaxLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedStringMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String Value</ex:restrictedStringMaxLength>
        </ex:echoRestrictedStringMaxLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| RestrictedStringMinMaxLength | RestrictedStringMinMaxLength01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoRestrictedStringMinMaxLength>
            <ex:restrictedStringMinMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoRestrictedStringMinMaxLength
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:restrictedStringMinMaxLength
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">String Value 2</ex:restrictedStringMinMaxLength>
        </ex:echoRestrictedStringMinMaxLength>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BareVector | BareVector01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoBareVector
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BareVector | BareVector02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoBareVector
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BareVector | BareVector03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoBareVector
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| BareVector | BareVector04 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoBareVector>
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoBareVector
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bareVector
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ComplexTypeSequenceExtension | ComplexTypeSequenceExtension01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoComplexTypeSequenceExtension>
            <ex:complexTypeSequenceExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoComplexTypeSequenceExtension
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:complexTypeSequenceExtension
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>Mary</ex:name>
                <ex:description>tall</ex:description>
            </ex:complexTypeSequenceExtension>
        </ex:echoComplexTypeSequenceExtension>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| TypeSubstitutionUsingXsiType | TypeSubstitutionUsingXsiType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoTypeSubstitutionUsingXsiType>
            <ex:assembly
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoTypeSubstitutionUsingXsiType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:assembly
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SimpleTypeAttributes | SimpleTypeAttributes01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSimpleTypeAttributes>
            <ex:simpleTypeAttributes a1="foo" a2="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoSimpleTypeAttributes
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:simpleTypeAttributes a1="foo" a2="bar"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</ex:simpleTypeAttributes>
        </ex:echoSimpleTypeAttributes>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PrecisionDecimal | PrecisionDecimal01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPrecisionDecimal>
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1000.20</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoPrecisionDecimal
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1000.20</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PrecisionDecimal | PrecisionDecimal02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPrecisionDecimal>
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">NaN</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoPrecisionDecimal
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">NaN</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| PrecisionDecimal | PrecisionDecimal03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoPrecisionDecimal>
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-INF</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoPrecisionDecimal
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:precisionDecimal
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">-INF</ex:precisionDecimal>
        </ex:echoPrecisionDecimal>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ExtendedSimpleType | ExtendedSimpleType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoExtendedSimpleType>
            <ex:extendedSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoExtendedSimpleType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:extendedSimpleType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">hello</ex:extendedSimpleType>
        </ex:echoExtendedSimpleType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccurs1 | SequenceMinOccurs101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs1>
            <ex:sequenceMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMinOccurs1
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceMinOccurs1
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:sequenceMinOccurs1item>item1</ex:sequenceMinOccurs1item>
            </ex:sequenceMinOccurs1>
        </ex:echoSequenceMinOccurs1>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccursFinite | SequenceMinOccursFinite01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccursFinite>
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMinOccursFinite
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccursFinite | SequenceMinOccursFinite02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccursFinite>
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMinOccursFinite
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:articleColors
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:articleColor>Black</ex:articleColor>
                <ex:articleContrast>Normal</ex:articleContrast>
                <ex:articleColor>White</ex:articleColor>
                <ex:articleContrast>Bright</ex:articleContrast>
            </ex:articleColors>
        </ex:echoSequenceMinOccursFinite>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMaxOccurs1 | SequenceMaxOccurs101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccurs1>
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMaxOccurs1
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:myAge>44</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMaxOccurs1 | SequenceMaxOccurs102 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccurs1>
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMaxOccurs1
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:myAgeDetails
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:myAge>4</ex:myAge>
            </ex:myAgeDetails>
        </ex:echoSequenceMaxOccurs1>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0MaxOccursUnbounded>
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoElementMinOccurs0MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs0MaxOccursUnbounded | ElementMinOccurs0MaxOccursUnbounded102 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs0MaxOccursUnbounded>
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs0MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:durationValue>24</ex:durationValue>
                <ex:durationValue>34</ex:durationValue>
                <ex:durationValue>44</ex:durationValue>
            </ex:durationList>
        </ex:echoElementMinOccurs0MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccurs0MaxOccursUnbounded | SequenceMinOccurs0MaxOccursUnbounded101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded>
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccurs0MaxOccursUnbounded | SequenceMinOccurs0MaxOccursUnbounded102 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded>
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoSequenceMinOccurs0MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:durationListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoSequenceMinOccurs0MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs1MaxOccursUnbounded>
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs1MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:ageValue>44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementMinOccurs1MaxOccursUnbounded | ElementMinOccurs1MaxOccursUnbounded102 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementMinOccurs1MaxOccursUnbounded>
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementMinOccurs1MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageList
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:ageValue>24</ex:ageValue>
                <ex:ageValue>34</ex:ageValue>
                <ex:ageValue>44</ex:ageValue>
            </ex:ageList>
        </ex:echoElementMinOccurs1MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccurs1MaxOccursUnbounded | SequenceMinOccurs1MaxOccursUnbounded101 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded>
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccurs1MaxOccursUnbounded | SequenceMinOccurs1MaxOccursUnbounded102 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded>
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMinOccurs1MaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:ageListSequence
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:ageVal>44</ex:ageVal>
                <ex:agePercentage>33</ex:agePercentage>
            </ex:ageListSequence>
        </ex:echoSequenceMinOccurs1MaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMaxOccursUnbounded | SequenceMaxOccursUnbounded01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursUnbounded>
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMaxOccursUnbounded | SequenceMaxOccursUnbounded02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursUnbounded>
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMaxOccursUnbounded
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:bookPublications
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:pubDate>2006-01-26</ex:pubDate>
                <ex:pubISBN>1-44795-912-6</ex:pubISBN>
            </ex:bookPublications>
        </ex:echoSequenceMaxOccursUnbounded>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMaxOccursFinite | SequenceMaxOccursFinite01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursFinite>
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMaxOccursFinite
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMaxOccursFinite | SequenceMaxOccursFinite02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMaxOccursFinite>
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMaxOccursFinite
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:winter
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:mnth>December</ex:mnth>
                <ex:weather>Snow</ex:weather>
            </ex:winter>
        </ex:echoSequenceMaxOccursFinite>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccurs0 | SequenceMinOccurs001 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0>
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceMinOccurs0
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:sequenceMinOccurs0>
        </ex:echoSequenceMinOccurs0>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceMinOccurs0 | SequenceMinOccurs002 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceMinOccurs0>
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoSequenceMinOccurs0
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceMinOccurs0
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoSequenceMinOccurs0>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceSequenceElement | SequenceSequenceElement01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSequenceElement>
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceSequenceElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceSequenceElement | SequenceSequenceElement02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSequenceElement>
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceSequenceElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| SequenceSequenceElement | SequenceSequenceElement03 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoSequenceSequenceElement>
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoSequenceSequenceElement
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:sequenceSequenceElement
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:firstName>Paul</ex:firstName>
                <ex:middleName>Sumner</ex:middleName>
                <ex:lastName>Downey</ex:lastName>
            </ex:sequenceSequenceElement>
        </ex:echoSequenceSequenceElement>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalSimpleTypeTotalDigits | DecimalSimpleTypeTotalDigits01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeTotalDigits>
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalSimpleTypeTotalDigits
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalSimpleTypeTotalDigits | DecimalSimpleTypeTotalDigits02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeTotalDigits>
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalSimpleTypeTotalDigits
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeTotalDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">12345</ex:decimalSimpleTypeTotalDigits>
        </ex:echoDecimalSimpleTypeTotalDigits>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalSimpleTypeFractionDigits | DecimalSimpleTypeFractionDigits01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeFractionDigits>
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalSimpleTypeFractionDigits
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234.00</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| DecimalSimpleTypeFractionDigits | DecimalSimpleTypeFractionDigits02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoDecimalSimpleTypeFractionDigits>
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">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>
        <ex:echoDecimalSimpleTypeFractionDigits
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:decimalSimpleTypeFractionDigits
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">1234</ex:decimalSimpleTypeFractionDigits>
        </ex:echoDecimalSimpleTypeFractionDigits>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeTypeReference | AttributeTypeReference01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeTypeReference>
            <ex:attributeTypeReference number="123"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoAttributeTypeReference
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeTypeReference number="123"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoAttributeTypeReference>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| ElementTypeReference | ElementTypeReference01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoElementTypeReference>
            <ex:elementTypeReference
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoElementTypeReference
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:elementTypeReference
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:text>
                    <ex:referenced>foo</ex:referenced>
                </ex:text>
            </ex:elementTypeReference>
        </ex:echoElementTypeReference>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| LocalElementComplexType | LocalElementComplexType01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoLocalElementComplexType>
            <ex:localElementComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <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>
        <ex:echoLocalElementComplexType
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:localElementComplexType
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:name>
                    <ex:firstName>Paul</ex:firstName>
                    <ex:lastName>Paul</ex:lastName>
                </ex:name>
            </ex:localElementComplexType>
        </ex:echoLocalElementComplexType>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| IdExample | IdExample01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoIdExample>
            <ex:idExample string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </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>
        <ex:echoIdExample
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:idExample string="hello"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/"/>
        </ex:echoIdExample>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeGroupExample | AttributeGroupExample01 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeGroupExample>
            <ex:attributeGroupExample
                id="AttributeGroupExample_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>12345678910</ex:contract>
            </ex:attributeGroupExample>
        </ex:echoAttributeGroupExample>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoAttributeGroupExample
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeGroupExample
                id="AttributeGroupExample_contract_001"
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>12345678910</ex:contract>
            </ex:attributeGroupExample>
        </ex:echoAttributeGroupExample>
    </soap:Body>
</soap:Envelope>
                 | 
            |||
| AttributeGroupExample | AttributeGroupExample02 | passed | 
                    <?xml version="1.0" encoding="UTF-8"?>
<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
    xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <env:Header/>
    <env:Body>
        <ex:echoAttributeGroupExample>
            <ex:attributeGroupExample
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>9876543210</ex:contract>
            </ex:attributeGroupExample>
        </ex:echoAttributeGroupExample>
    </env:Body>
</env:Envelope>
                 | 
            
                    <?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <soap:Body>
        <ex:echoAttributeGroupExample
            xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
            xmlns:ex="http://www.w3.org/2002/ws/databinding/examples/6/09/"
            xmlns:p="http://www.w3.org/2002/ws/databinding/patterns/6/09/"
            xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
            <ex:attributeGroupExample
                xmlns:soap11enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl11="http://schemas.xmlsoap.org/wsdl/">
                <ex:contract>9876543210</ex:contract>
            </ex:attributeGroupExample>
        </ex:echoAttributeGroupExample>
    </soap:Body>
</soap:Envelope>
                 | 
            
Unless otherwise stated, all test cases, documents and supporting code are copyright © W3C and are licensed for use under the W3C Document License.
Copyright © 2006-2007 W3C ® ( MIT , ERCIM , Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.