- From: Bob Foster <bob@objfac.com>
- Date: Thu, 13 Mar 2003 18:12:10 -0600
- To: "Kevin Ross" <kross@integra-online.com>, <www-forms@w3.org>
Received on Thursday, 13 March 2003 19:01:54 UTC
Looks like it's missing an enclosing xsd:simpleType.
Bob
----- Original Message -----
From: Kevin Ross
To: www-forms@w3.org
Sent: Thursday, March 13, 2003 10:35 AM
Subject: schema appears to be invalid?
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 19:01:54 UTC