okay, this works. nice.

This commit is contained in:
2020-05-14 04:04:48 -04:00
parent 8486ca0ecb
commit d103acea18
3 changed files with 17 additions and 45 deletions

View File

@@ -10,4 +10,11 @@
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="t_he_ipv6_prefix_local">
<xs:restriction base="xs:positiveInteger">
<xs:minInclusive value="64"/>
<xs:maxInclusive value="128"/>
</xs:restriction>
</xs:simpleType>
</xs:schema>