blob: f1c223f17a6c8e1060e610431f6f5f857c5c7901 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:attributeGroup name="foo">
<xsd:attribute name="att" type="xsd:int"/>
<xsd:attribute name="att1" type="xsd:string"/>
<xsd:attribute name="att2" type="xsd:string"/>
</xsd:attributeGroup>
<xsd:element name="e"/>
</xsd:schema>