Update eppcom-1.0.xsd

removed max length limit from clid element
This commit is contained in:
Timo Võhmar 2015-11-30 12:26:26 +02:00
parent 025fc4c035
commit 1da062594a

View file

@ -53,7 +53,7 @@ Abstract client and object identifier type.
<simpleType name="clIDType"> <simpleType name="clIDType">
<restriction base="token"> <restriction base="token">
<minLength value="3"/> <minLength value="3"/>
<maxLength value="16"/> <!-- <maxLength value="16"/> -->
</restriction> </restriction>
</simpleType> </simpleType>
@ -102,4 +102,4 @@ Transfer status identifiers.
<!-- <!--
End of schema. End of schema.
--> -->
</schema> </schema>