blob: 5154e72913206f19bad832eb30d0e530faccdc01 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
*/
-->
<xsd:schema
targetNamespace="http://www.example.com/Other"
xmlns:this="http://www.example.com/Other"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="E"/>
<xsd:attribute name="A"/>
<xsd:attributeGroup name="AG">
<xsd:anyAttribute namespace="##other"/>
</xsd:attributeGroup>
</xsd:schema>