blob: ba9a46bfacbb9a9ca76e89b27b30550f00f0f24e [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="a" type="ins:aType" xmlns:ins="http://xmlbeans.apache.org/inst2xsd"/>
<xs:complexType name="aType">
<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 type="xs:string" name="a" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<xs:element ref="a:d" xmlns:a="http://xmlbeans.apache.org/a"/>
<xs:element ref="b:e" xmlns:b="http://xmlbeans.apache.org/b"/>
<xs:element ref="c:d" xmlns:c="http://xmlbeans.apache.org/c"/>
<xs:element type="xs:string" name="e" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
</xs:sequence>
</xs:complexType>
</xs:schema>