more unique fixing

This commit is contained in:
2020-05-11 16:27:27 -04:00
parent 75ff56c080
commit 9237b7041f
2 changed files with 8 additions and 8 deletions

View File

@@ -30,13 +30,17 @@
</xs:extension>
</xs:simpleContent>
</xs:complexType>
<xs:unique name="uniq_alloc_prefix">
<xs:selector xpath="alloc"/>
<xs:field xpath="@prefix"/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:unique name="uniq_alloc_prefix">
<xs:selector xpath="alloc"/>
<xs:field xpath="@prefix"/>
</xs:unique>
<xs:unique name="uniq_alloc_addr">
<xs:selector xpath="alloc"/>
<xs:field xpath="."/>
</xs:unique>
</xs:element>
<xs:element name="client" minOccurs="1" maxOccurs="1">
<xs:complexType>

View File

@@ -23,10 +23,6 @@
<xs:complexType>
<xs:sequence>
<xs:element name="tunnel" minOccurs="1" maxOccurs="unbounded" type="e_he_ipv6_tunnel">
<xs:unique name="uniq_alloc_addr">
<xs:selector xpath="heIPv6:tunnel/alloc"/>
<xs:field xpath="."/>
</xs:unique>
</xs:element>
</xs:sequence>
</xs:complexType>