Merge pull request #1576 from OSInside/no_id_limit

Delete length limitation of image id attribute
This commit is contained in:
David Cassany Viladomat 2020-10-05 10:51:13 +02:00 committed by GitHub
commit 4acca4eab5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -66,7 +66,7 @@ div {
k.image.id =
## An identification number which is represented in a file
## named /etc/ImageID
attribute id { xsd:string {length="10"} }
attribute id { text }
k.image.attlist = k.image.name.attribute
& k.image.displayname.attribute?
& k.image.id?

View File

@ -137,9 +137,6 @@ second the location of the XSD Schema
<attribute name="id">
<a:documentation>An identification number which is represented in a file
named /etc/ImageID</a:documentation>
<data type="string">
<param name="length">10</param>
</data>
</attribute>
</define>
<define name="k.image.attlist">