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