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