summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/tags/1.6.2-RC1/itest/wsdlgen/src/test/resources/wsdl/HelloWorldImplService_schema1.xsd
blob: 70de7a05ae041d78bca5ed25301b7634248c1660 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<xs:schema version="1.0" targetNamespace="http://test" xmlns:ns1="http://helloworld/" xmlns:xs="http://www.w3.org/2001/XMLSchema">

  <xs:import namespace="http://helloworld/" schemaLocation="HelloWorldImplService_schema2.xsd"/>

  <xs:complexType name="aBean">
    <xs:sequence>
      <xs:element name="field1" type="xs:string" minOccurs="0"/>
      <xs:element name="field2" type="xs:string" minOccurs="0"/>
      <xs:element name="field3" type="ns1:bBean" minOccurs="0"/>
    </xs:sequence>
  </xs:complexType>
</xs:schema>