• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="UTF-8"?>
2<definitions xmlns="http://example.org/defn/" xmlns:tns="http://hello.org/base" xmlns:ns1="http://hello.org/plug" xmlns:ns2="http://hello.org/types">
3  <types>
4    <!-- Below: default + tns changed, ns1 unaffected, ns2 same, xsi new -->
5    <schema targetNamespace="http://hello.org/types" xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://hello.org/types" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
6      <complexType name="Hobbies">
7        <sequence>
8          <element name="name" type="tns:Name"/>
9          <element name="detail" type="string"/>
10          <element name="places" type="ns2:collection"/>
11          <element name="hobby" type="ns2:vector"/>
12        </sequence>
13      </complexType>
14    </schema>
15  </types>
16</definitions>