fixing uniques
This commit is contained in:
parent
6eb2bb3377
commit
4a88943f5d
@ -25,7 +25,7 @@
|
|||||||
<xs:element name="tunnel" minOccurs="1" maxOccurs="unbounded" type="e_he_ipv6_tunnel">
|
<xs:element name="tunnel" minOccurs="1" maxOccurs="unbounded" type="e_he_ipv6_tunnel">
|
||||||
<xs:unique name="uniq_alloc">
|
<xs:unique name="uniq_alloc">
|
||||||
<xs:unique name="uniq_alloc_addr">
|
<xs:unique name="uniq_alloc_addr">
|
||||||
<xs:selector xpath="heIPv6:tunnel/heIPv6:alloc"/>
|
<xs:selector xpath="heIPv6:tunnel/alloc"/>
|
||||||
<xs:field xpath="."/>
|
<xs:field xpath="."/>
|
||||||
</xs:unique>
|
</xs:unique>
|
||||||
</xs:unique>
|
</xs:unique>
|
||||||
@ -39,10 +39,6 @@
|
|||||||
</xs:element>
|
</xs:element>
|
||||||
</xs:all>
|
</xs:all>
|
||||||
</xs:complexType>
|
</xs:complexType>
|
||||||
<xs:unique name="uniq_addr">
|
|
||||||
<xs:selector xpath=""/>
|
|
||||||
<xs:field xpath=""/>
|
|
||||||
</xs:unique>
|
|
||||||
</xs:element>
|
</xs:element>
|
||||||
|
|
||||||
</xs:schema>
|
</xs:schema>
|
||||||
|
Loading…
Reference in New Issue
Block a user