blob: 2b93d3b98d23577c69740383cd7763272ebdb3ac [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="c" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="c" type="c:cType" xmlns:c="c"/>
<xs:complexType name="cType">
<xs:simpleContent>
<xs:extension base="xs:string" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:attribute type="xs:string" name="c" use="optional"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:schema>