blob: b1564f0b6bc2d090c31946660f07dfd0f6299d8a [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="complex-type">
<xs:sequence>
<xs:element ref="element"/>
</xs:sequence>
<xs:attribute ref="attribute"/>
</xs:complexType>
<xs:element name="element" type="xs:string"/>
<xs:attribute name="attribute" type="xs:string"/>
</xs:schema>