blob: d8a108f39f70d231a14f2b4c7d0b1b44a1e4ba41 [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">
<xs:complexType 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:element>
</xs:schema>