blob: 28638ed1eff3a2272b888b15dfc76837ed7fce03 [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="b" type="notb:bType" xmlns:notb="notB"/>
<xs:complexType name="bType" mixed="true">
<xs:sequence>
<xs:element type="xs:string" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
</xs:sequence>
<xs:attribute type="xs:string" name="c" xmlns:xs="http://www.w3.org/2001/XMLSchema"/>
</xs:complexType>
</xs:schema>