blob: c83b7047261338243a079ec843639a56da8b5454 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="notB" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="c" type="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
<xs:element name="b">
<xs:complexType mixed="true">
<xs:sequence>
<xs:element ref="notb:c" xmlns:notb="notB"/>
</xs:sequence>
<xs:attribute type="xs:string" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
</xs:complexType>
</xs:element>
</xs:schema>