blob: 4dde0ec6a62284a98d46c5664ebac1413b3bf68c [file] [log] [blame]
<?xml version="1.0"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:element name="root">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="tid" maxOccurs="unbounded"/>
</xsd:sequence>
</xsd:complexType>
<xsd:unique id="foo123" name="uid">
<xsd:selector xpath=".//tid"/>
<xsd:field xpath="@"/>
</xsd:unique>
</xsd:element>
</xsd:schema>