Minor editorial in Model draft

Evangelos Haleplidis <[email protected]> Wed, 13 Jun 2007 21:35:34 +0300
Newsgroups gmane.ietf.forces
Message-ID <001b01c7ade9$a26965b0$0501a8c0@gaglaptop>
Greetings to the list,

I have validated the model version 7 xml schema.

It appears to be almost ok with only two minor errors:

1. Page 77 Line 23
<xsd:attribute name="group" type="booleanType" use="optional" default="no"/>

-----------------------------------------------------------------------^
Should be changed to:
<xsd:attribute name="group" type="booleanType" use="optional" default="0"/> 

and the same error in:

2. Page 78 Line 45
<xsd:attribute name="group" type="booleanType" use="optional" default="no"/>

-----------------------------------------------------------------------^
Should be changed to:
<xsd:attribute name="group" type="booleanType" use="optional" default="0"/> 

Regards,
Evangelos Haleplidis.