blob: 37ac0d741e777f3507ecc2eab1ed1dbd4c5a13eb [file] [log] [blame]
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
attributeFormDefault="unqualified"
elementFormDefault="qualified"
targetNamespace="http://jb-bugs.ru/sample"
xmlns="http://jb-bugs.ru/sample">
<xsd:include schemaLocation="12_4_included-sample.xsd"/>
<xsd:element name="root" type="rootElement"/>
<xsd:complexType name="rootElement">
<xsd:sequence>
<xsd:element ref="sample" minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>