blob: 53c4c4d72a4c3e786df6c460378d703ff414f523 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
* <copyright>
* </copyright>
*
* $Id: Other.xsd,v 1.1 2004/03/06 18:00:11 marcelop Exp $
*/
-->
<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>