- From: <bugzilla@jessica.w3.org>
- Date: Wed, 10 Oct 2012 10:02:04 +0000
- To: public-qt-comments@w3.org
- Message-ID: <bug-19426-523@http.www.w3.org/Bugs/Public/>
https://www.w3.org/Bugs/Public/show_bug.cgi?id=19426 Priority: P2 Bug ID: 19426 Assignee: oneil@saxonica.com Summary: [QT3TS] Error in unionListDefined.xsd QA Contact: public-qt-comments@w3.org Severity: normal Classification: Unclassified OS: Windows NT Reporter: tim@cbcl.co.uk Hardware: PC Status: NEW Version: Working drafts Component: XQuery 3 & XPath 3 Test Suite Product: XPath / XQuery / XSLT The .NET schema compiler complains about the use of xs:sequence here. It's expecting a complexType or simpleType. <xs:element name="elementContainingApproximateDate"> <xs:sequence> <xs:element name="e" type="s:approximateDate"/> </xs:sequence> </xs:element> <xs:element name="elementContainingDateTime" substitutionGroup="s:elementContainingApproximateDate"> <xs:sequence> <xs:element name="e" type="xs:dateTime"/> </xs:sequence> </xs:element> -- You are receiving this mail because: You are the QA Contact for the bug.
Received on Wednesday, 10 October 2012 10:02:05 UTC