adding he_ipv6 schema
This commit is contained in:
13
schema/lib/types/he_ipv6.xsd
Normal file
13
schema/lib/types/he_ipv6.xsd
Normal file
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||
elementFormDefault="qualified"
|
||||
attributeFormDefault="unqualified">
|
||||
|
||||
<xs:simpleType name="t_he_ipv6_prefix">
|
||||
<xs:restriction base="xs:positiveInteger">
|
||||
<xs:enumeration value="48"/>
|
||||
<xs:enumeration value="64"/>
|
||||
</xs:restriction>
|
||||
</xs:simpleType>
|
||||
|
||||
</xs:schema>
|
||||
Reference in New Issue
Block a user