blob: 21d78ecd0f590dac6dba90f4bb5b5bfe52fc9de7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
xmlns="IdConstrDefs/targetNS"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
targetNamespace="IdConstrDefs/targetNS">
<xsd:include schemaLocation="targetNS00101m2a.xsd"/>
<xsd:element name="root">
<xsd:complexType>
<xsd:sequence maxOccurs="unbounded">
<xsd:element name="person"/>
</xsd:sequence>
</xsd:complexType>
<xsd:key name="KEY">
<xsd:selector xpath="./person"/>
<xsd:field xpath="."/>
</xsd:key>
<xsd:keyref name="KEYREF" refer="KEY">
<xsd:selector xpath="./person"/>
<xsd:field xpath="@parent"/>
</xsd:keyref>
</xsd:element>
</xsd:schema>