From: Lennart M. <len...@eb...> - 2008-04-28 16:40:30
|
Hi Andy, Jones, Andy wrote: > It is this one that I have a problem with... > > <xs:complexType name="UserParamType"> > <xs:attribute name="name" > type="xs:string" use="required"> > </xs:attribute> > <xs:attribute name="type" > type="xs:string" use="required"> > </xs:attribute> > <xs:attribute name="value" > type="xs:string" use="required"> > </xs:attribute> > </xs:complexType> I would imagine this is a silly mistake we simply forgot to take out. So thanks for spotting this. We'll probably discuss the comments by Randy (to allow units in these userparams) on the phonecon, and I'll update the schema accordingly afterwards. Cheers, lnnrt. |