- From: Joe Schaefer <joe@sunstarsys.com>
- Date: 06 Sep 2002 16:13:23 -0400
- To: Micah Dubinko <MDubinko@cardiff.com>
- Cc: "'Klotz, Leigh'" <Leigh.Klotz@pahv.xerox.com>, "'Leigh L. Klotz'" <klotz@adoc.xerox.com>, "'XForms List'" <www-forms@w3.org>
Micah Dubinko <MDubinko@cardiff.com> writes:
> While researching this, I found that section 3.3 lists the attribute as:
>
> separator (';' | '&')
>
> In other words, only two possible choices.
>
> also, the XML Schema defines it as
>
> <xsd:attribute name="separator" use="optional" default=";">
> <xsd:simpleType>
> <xsd:restriction base="xsd:string">
> <xsd:enumeration value=";" />
> <xsd:enumeration value="&" />
> </xsd:restriction>
> </xsd:simpleType>
> </xsd:attribute>
>
> Is this sufficient?
Yes, thanks. I somehow missed that when I was
looking through the spec.
Received on Friday, 6 September 2002 16:12:51 UTC