mirror of
https://github.com/internetee/registry.git
synced 2025-07-26 04:28:27 +02:00
Update eppcom-1.0.xsd
removed max length limit from clid element
This commit is contained in:
parent
025fc4c035
commit
1da062594a
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue