Subject: | An xs:attributeGroup can't contain an xs:attributeGroup ref |
An xs:attributeGroup can't contain an xs:attributeGroup ref:
Pastor : Element 'idAttributeGroup' found where unexpected!
<attributeGroup name="offerAttributeGroup" >
<attributeGroup ref="idAttributeGroup" />
<attribute name="mid" type="mid" use="required" />
</attributeGroup>
The workaround is to rewrite the .xsd to in-line the referenced group.