xml.wsdl.extensions/test/unit/src/org/netbeans/modules/xml/wsdl/model/extensions/bpel/validation/staticanalysis/resources/invalid/test1.wsdl
author Milutin Kristofic <mkristofic@netbeans.org>
Mon, 30 Jan 2017 14:30:54 +0100
changeset 1583 fe20f672a61a
parent 99 9adc3d861bc9
permissions -rw-r--r--
Added Missing copyright information in source files
abadea@61
     1
<?xml version="1.0" encoding="UTF-8"?><definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="urn:Test1TargetNamespace" xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Test1Definition" targetNamespace="urn:Test1TargetNamespace">
mkristofic@1583
     2
<!--
mkristofic@1583
     3
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
mkristofic@1583
     4
mkristofic@1583
     5
Copyright 2009-2017 Oracle and/or its affiliates. All rights reserved.
mkristofic@1583
     6
mkristofic@1583
     7
Oracle and Java are registered trademarks of Oracle and/or its affiliates.
mkristofic@1583
     8
Other names may be trademarks of their respective owners.
mkristofic@1583
     9
mkristofic@1583
    10
The contents of this file are subject to the terms of either the GNU
mkristofic@1583
    11
General Public License Version 2 only ("GPL") or the Common
mkristofic@1583
    12
Development and Distribution License("CDDL") (collectively, the
mkristofic@1583
    13
"License"). You may not use this file except in compliance with the
mkristofic@1583
    14
License. You can obtain a copy of the License at
mkristofic@1583
    15
http://www.netbeans.org/cddl-gplv2.html
mkristofic@1583
    16
or nbbuild/licenses/CDDL-GPL-2-CP. See the License for the
mkristofic@1583
    17
specific language governing permissions and limitations under the
mkristofic@1583
    18
License.  When distributing the software, include this License Header
mkristofic@1583
    19
Notice in each file and include the License file at
mkristofic@1583
    20
nbbuild/licenses/CDDL-GPL-2-CP.  Oracle designates this
mkristofic@1583
    21
particular file as subject to the "Classpath" exception as provided
mkristofic@1583
    22
by Oracle in the GPL Version 2 section of the License file that
mkristofic@1583
    23
accompanied this code. If applicable, add the following below the
mkristofic@1583
    24
License Header, with the fields enclosed by brackets [] replaced by
mkristofic@1583
    25
your own identifying information:
mkristofic@1583
    26
"Portions Copyrighted [year] [name of copyright owner]"
mkristofic@1583
    27
mkristofic@1583
    28
Contributor(s):
mkristofic@1583
    29
mkristofic@1583
    30
The Original Software is NetBeans. The Initial Developer of the Original
mkristofic@1583
    31
Software is Sun Microsystems, Inc. Portions Copyright 2009-2010 Sun
mkristofic@1583
    32
Microsystems, Inc. All Rights Reserved.
mkristofic@1583
    33
mkristofic@1583
    34
If you wish your version of this file to be governed by only the CDDL
mkristofic@1583
    35
or only the GPL Version 2, indicate your decision by adding
mkristofic@1583
    36
"[Contributor] elects to include this software in this distribution
mkristofic@1583
    37
under the [CDDL or GPL Version 2] license." If you do not indicate a
mkristofic@1583
    38
single choice of license, a recipient has the option to distribute
mkristofic@1583
    39
your version of this file under either the CDDL, the GPL Version 2 or
mkristofic@1583
    40
to extend the choice of license to its licensees as provided above.
mkristofic@1583
    41
However, if you add GPL Version 2 code and therefore, elected the GPL
mkristofic@1583
    42
Version 2 license, then the option applies only if the new code is
mkristofic@1583
    43
made subject to such option by the copyright holder.
mkristofic@1583
    44
-->
abadea@61
    45
    <types>
abadea@61
    46
        <xsd:schema xmlns:ns1="urn:Test1TargetNamespace" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="urn:Test1TargetNamespace">
abadea@61
    47
            <xsd:element name="Test1Element" type="tns:Test1Type">
abadea@61
    48
            </xsd:element>
abadea@61
    49
            <xsd:complexType name="Test1Type">
abadea@61
    50
                <xsd:sequence>
abadea@61
    51
                    <xsd:element name="string" type="xsd:string"/>
abadea@61
    52
                    <xsd:element name="nonNegativeInteger" type="xsd:nonNegativeInteger"/>
abadea@61
    53
                    <xsd:element name="byte" type="xsd:byte"/>
abadea@61
    54
                    <xsd:element name="short" type="xsd:short"/>
abadea@61
    55
                    <xsd:element name="int" type="xsd:int"/>
abadea@61
    56
                    <xsd:element name="long" type="xsd:long"/>
abadea@61
    57
                    <xsd:element name="negativeInteger" type="xsd:negativeInteger"/>
abadea@61
    58
                    <xsd:element name="dateTime" type="xsd:dateTime"/>
abadea@61
    59
                    <xsd:element name="nonPositiveInteger" type="xsd:nonPositiveInteger"/>
abadea@61
    60
                    <xsd:element name="duration" type="xsd:duration"/>
abadea@61
    61
                    <xsd:element name="ENTITIES" type="xsd:string">
abadea@61
    62
                    </xsd:element>
abadea@61
    63
                    <xsd:element name="double" type="xsd:double"/>
abadea@61
    64
                    <xsd:element name="ENTITY" type="xsd:ENTITY"/>
abadea@61
    65
                    <xsd:element name="float" type="xsd:float"/>
abadea@61
    66
                    <xsd:element name="IDREFS">
abadea@61
    67
                         <xsd:complexType>
abadea@61
    68
                            <xsd:simpleContent>
abadea@61
    69
                                <xsd:extension base="xsd:string">
abadea@61
    70
                                <xsd:attribute name="IDREFS" type="xsd:IDREFS"/>
abadea@61
    71
                                </xsd:extension>
abadea@61
    72
                            </xsd:simpleContent>
abadea@61
    73
                        </xsd:complexType>
abadea@61
    74
                    </xsd:element>
abadea@61
    75
                    <xsd:element name="integer" type="xsd:integer"/>
abadea@61
    76
                    <xsd:element name="decimal" type="xsd:decimal"/>
abadea@61
    77
                    <xsd:element name="boolean" type="xsd:boolean"/>
abadea@61
    78
                    <xsd:element name="normalizedString" type="xsd:normalizedString"/>
abadea@61
    79
                    <xsd:element name="IDREF">
abadea@61
    80
                    <xsd:complexType>
abadea@61
    81
                            <xsd:simpleContent>
abadea@61
    82
                                <xsd:extension base="xsd:string">
abadea@61
    83
                                <xsd:attribute name="IDREF" type="xsd:IDREF"/>
abadea@61
    84
                                </xsd:extension>
abadea@61
    85
                            </xsd:simpleContent>
abadea@61
    86
                        </xsd:complexType>
abadea@61
    87
                     </xsd:element>   
abadea@61
    88
                    <xsd:element name="ID">
abadea@61
    89
                    <xsd:complexType>
abadea@61
    90
                            <xsd:simpleContent>
abadea@61
    91
                                <xsd:extension base="xsd:string">
abadea@61
    92
                                <xsd:attribute name="ID" type="xsd:ID"/>
abadea@61
    93
                                </xsd:extension>
abadea@61
    94
                            </xsd:simpleContent>
abadea@61
    95
                        </xsd:complexType>
abadea@61
    96
                     </xsd:element>  
abadea@61
    97
                    <xsd:element name="NCName" type="xsd:NCName"/>
abadea@61
    98
                    <xsd:element name="Name" type="xsd:Name"/>
abadea@61
    99
                    <xsd:element name="NMTOKENS">
abadea@61
   100
                    <xsd:complexType>
abadea@61
   101
                            <xsd:simpleContent>
abadea@61
   102
                                <xsd:extension base="xsd:string">
abadea@61
   103
                                <xsd:attribute name="NMTOKENS" type="xsd:NMTOKENS"/>
abadea@61
   104
                                </xsd:extension>
abadea@61
   105
                            </xsd:simpleContent>
abadea@61
   106
                        </xsd:complexType>
abadea@61
   107
                     </xsd:element>      
abadea@61
   108
                    <xsd:element name="NMTOKEN">
abadea@61
   109
                        <xsd:complexType>
abadea@61
   110
                            <xsd:simpleContent>
abadea@61
   111
                                <xsd:extension base="xsd:string">
abadea@61
   112
                                <xsd:attribute name="NMTOKEN" type="xsd:NMTOKEN"/>
abadea@61
   113
                                </xsd:extension>
abadea@61
   114
                            </xsd:simpleContent>
abadea@61
   115
                        </xsd:complexType>
abadea@61
   116
                     </xsd:element>      
abadea@61
   117
                     
abadea@61
   118
                    <xsd:element name="language" type="xsd:language"/>
abadea@61
   119
                    <xsd:element name="token" type="xsd:token"/>
abadea@61
   120
                    <xsd:element name="NOTATION" type="xsd:NOTATION"/>
abadea@61
   121
                    <xsd:element name="QName" type="xsd:QName"/>
abadea@61
   122
                    <xsd:element name="anyURI" type="xsd:anyURI"/>
abadea@61
   123
                    <xsd:element name="base64Binary" type="xsd:base64Binary"/>
abadea@61
   124
                    <xsd:element name="hexBinary" type="xsd:hexBinary"/>
abadea@61
   125
                    <xsd:element name="gMonth" type="xsd:gMonth"/>
abadea@61
   126
                    <xsd:element name="gDay" type="xsd:gDay"/>
abadea@61
   127
                    <xsd:element name="gMonthDay" type="xsd:gMonthDay"/>
abadea@61
   128
                    <xsd:element name="gYear" type="xsd:gYear"/>
abadea@61
   129
                    <xsd:element name="gYearMonth" type="xsd:gYearMonth"/>
abadea@61
   130
                    <xsd:element name="date" type="xsd:date"/>
abadea@61
   131
                    <xsd:element name="time" type="xsd:time"/>
abadea@61
   132
                </xsd:sequence>
abadea@61
   133
            </xsd:complexType>
abadea@61
   134
        </xsd:schema>
abadea@61
   135
    </types>
abadea@61
   136
    <message name="Test1Message">
abadea@61
   137
        <part element="tns:Test1Element" name="Test1Part"/>
abadea@61
   138
    </message>
abadea@61
   139
    <portType name="Test1PortType">
abadea@61
   140
        <operation name="Test1Operation">
abadea@61
   141
            <input message="tns:Test1Message"/>
abadea@61
   142
            <output message="tns:Test1Message"/>
abadea@61
   143
        </operation>
abadea@61
   144
    </portType>
abadea@61
   145
    <binding name="Test1Binding" type="tns:Test1PortType">
abadea@61
   146
        <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
abadea@61
   147
        <operation name="Test1Operation">
abadea@61
   148
            <soap:operation soapAction="Test1Operation"/>
abadea@61
   149
            <input>
abadea@61
   150
                <soap:body parts="Test1Part" use="literal"/>
abadea@61
   151
            </input>
abadea@61
   152
            <output>
abadea@61
   153
                <soap:body parts="Test1Part" use="literal"/>
abadea@61
   154
            </output>
abadea@61
   155
        </operation>
abadea@61
   156
    </binding>
abadea@61
   157
    <service name="Test1Service">
abadea@61
   158
        <port binding="tns:Test1Binding" name="Test1Port">
abadea@61
   159
            <soap:address location="http://localhost:12100/service/Test1"/>
abadea@61
   160
        </port>
abadea@61
   161
    </service>
samaresh@99
   162
    <plnk:partnerLinkType xmlns:plnk="http://docs.oasis-open.org/wsbpel/2.0/plnktype" name="Test1ServiceLinkType">
abadea@61
   163
	<plnk:role name="Test1ServerRole" portType="Test1PortType"/>
abadea@61
   164
   </plnk:partnerLinkType>
abadea@61
   165
</definitions>