3 xmlns:
xsd=
"http://www.w3.org/2001/XMLSchema"
4 xmlns:
target=
"http://www.example.com/Test"
5 targetNamespace=
"http://www.example.com/Test"
7 elementFormDefault=
"qualified" >
9 <xsd:element name=
"foo" />
10 <xsd:element name=
"bar" />
11 <xsd:element name=
"joe" />
13 <xsd:complexType name=
"dominik">
15 <xsd:element minOccurs=
"0" ref=
"target:foo" />
16 <xsd:element minOccurs=
"0" ref=
"target:bar" />
17 <xsd:element minOccurs=
"0" ref=
"target:joe" />
21 <xsd:element name=
"test">
24 <xsd:element maxOccurs=
"unbounded" name=
"child" type=
"target:dominik" />