Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
6418399fc1a58b65e6b8e7450a4e5c39f6dfef3f
/
.
/
tests
/
org.eclipse.wst.xml.xpath2.processor.tests
/
bugTestFiles
/
bugagg_1.xsd
blob: 04cef111547186e0f29c3e308a15c5d845698fbd [
file
] [
log
] [
blame
]
<xs:schema
xmlns:xs
=
"http://www.w3.org/2001/XMLSchema"
>
<xs:element
name
=
"root"
>
<xs:complexType>
<xs:sequence>
<xs:element
name
=
"val"
type
=
"xs:integer"
maxOccurs
=
"unbounded"
/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>