Sign in
eclipse
/
sourceediting
/
webtools.sourceediting.xpath.tests
/
93f0343fde5138153672c692d540315ced3a1a78
/
.
/
tests
/
org.eclipse.wst.xml.xpath2.processor.tests
/
bugTestFiles
/
bugagg_1.xsd
blob: 04cef111547186e0f29c3e308a15c5d845698fbd [
file
]
<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>