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

View File

@ -23,11 +23,9 @@
<xs:complexType>
<xs:sequence>
<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/alloc"/>
<xs:field xpath="."/>
</xs:unique>
<xs:unique name="uniq_alloc_addr">
<xs:selector xpath="heIPv6:tunnel/alloc"/>
<xs:field xpath="."/>
</xs:unique>
</xs:element>
</xs:sequence>