This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20863 - Union types : "zero or more" vs. "one or more" data types
Summary: Union types : "zero or more" vs. "one or more" data types
Status: NEW
Alias: None
Product: XML Schema
Classification: Unclassified
Component: Datatypes: XSD Part 2 (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: David Ezell
QA Contact: XML Schema comments list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-04 14:28 UTC by Ghislain Fourny
Modified: 2013-02-04 14:28 UTC (History)
1 user (show)

See Also:


Attachments

Description Ghislain Fourny 2013-02-04 14:28:59 UTC
The following paragraph 2.4.1. mentions that union types are the union of "one or more other datatypes":

http://www.w3.org/TR/xmlschema11-2/#atomic-vs-list

While the definition of such types allow for "zero or more" (which allows "user-defining" xs:error):

http://www.w3.org/TR/xmlschema11-2/#union-datatypes

Did I just miss something, or could it be a typo in paragraph 2.4.1.?