<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified">
<xs:attributeGroup name="myAttribGroup">
<xs:attribute name="test" type="xs:int" />
</xs:attributeGroup>
</xs:schema>