Its #IMPLIED
trust me :-)

This simply means that the implementation implies the value - 
i.e. is it not a required that the value be declared.


> -----Original Message-----
> From: Paul Hammant [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 22 January, 2002 11:08
> To: Avalon-Phoenix Developers List
> Subject: Re: Cornerstone demos running in Phoenix
> 
> 
> Peter,
> 
> >Well versions ar enot required attributes, so thats no it ... my 
> memory fades 
> >but there is another directive that saids make it optional and 
> there is also 
> >one that saids give it a default value if not provided.
> >
> >So the proper way to do it would be something like
> >
> >    <!ATTLIST service
> >         name CDATA #REQUIRED
> >         version CDATA #OPTIONAL "1.0.0">
> >
> >or
> >
> >    <!ATTLIST service
> >         name CDATA #REQUIRED
> >         version CDATA #OPTIONAL>
> >
> >replacing "#OPTIONAL" with whatever the real element is ;)
> >
> Shall we go with #OPTIONAL "1.0" then?  
> 
> Or Stephen's #IMPLIED ?
> 
> Say the word and I will apply it everywhere.
> 
> - Paul
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to