- From: Kevin Ross <kross@integra-online.com>
- Date: Thu, 13 Mar 2003 10:35:29 -0600
- To: <www-forms@w3.org>
Received on Thursday, 13 March 2003 11:38:20 UTC
I am attempting to use the schema for xforms, but it appears to be
invalid. Is this a bug? Am I missing something? I am using xml spy.
Unexpected child element: 'xsd:union'
<xsd:attribute name="includenamespaceprefixes" use="optional">
<xsd:simpleType>
<xsd:list>
<xsd:union>
<xsd:simpleType>
<xsd:restriction base="xsd:NCNAME"/>
</xsd:simpleType>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="#default"/>
</xsd:restriction>
</xsd:simpleType>
</xsd:union>
</xsd:list>
</xsd:simpleType>
</xsd:attribute>
Kevin Ross
Received on Thursday, 13 March 2003 11:38:20 UTC