Merge pull request #1576 from OSInside/no_id_limit
Delete length limitation of image id attribute
This commit is contained in:
commit
4acca4eab5
@ -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?
|
||||
|
||||
@ -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">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user