fixing uniques

This commit is contained in:
brent s. 2020-05-11 16:25:03 -04:00
parent 6eb2bb3377
commit 4a88943f5d
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 1 additions and 5 deletions

View File

@ -25,7 +25,7 @@
<xs:element name="tunnel" minOccurs="1" maxOccurs="unbounded" type="e_he_ipv6_tunnel">
<xs:unique name="uniq_alloc">
<xs:unique name="uniq_alloc_addr">
<xs:selector xpath="heIPv6:tunnel/heIPv6:alloc"/>
<xs:selector xpath="heIPv6:tunnel/alloc"/>
<xs:field xpath="."/>
</xs:unique>
</xs:unique>
@ -39,10 +39,6 @@
</xs:element>
</xs:all>
</xs:complexType>
<xs:unique name="uniq_addr">
<xs:selector xpath=""/>
<xs:field xpath=""/>
</xs:unique>
</xs:element>

</xs:schema>