blob: 4042c2da8ed57e23dc425831c2e6f0835aec1788 [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:attribute name="att1" type="xsd:string"/>
<xsd:attributeGroup name="abc" id="">
<xsd:attribute ref="att1"/>
</xsd:attributeGroup>
</xsd:schema>