blob: 17dc87b0dfe68e7bfecadb38b8e6215d76c62b8c [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://xmlbeans.apache.org/inst2xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="d" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<xs:element name="a">
<xs:complexType>
<xs:sequence>
<xs:element ref="a:b" xmlns:a="http://xmlbeans.apache.org/a"/>
<xs:element ref="b:c" xmlns:b="http://xmlbeans.apache.org/b"/>
<xs:element ref="c:d" xmlns:c="http://xmlbeans.apache.org/c"/>
<xs:element ref="ins:d" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:schema>