blob: 6619bbb1c0813f297724994d611840b10d9ac9e2 [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 name="element" type="xs:string"/>
</xs:sequence>
<xs:attribute name="attribute" type="xs:string"/>
</xs:complexType>
</xs:schema>