- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 22 Nov 2006 05:20:43 +0000
- To: www-xml-schema-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4000
Summary: Public/system IDs on Notation
Product: XML Schema
Version: 1.0 only
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Structures: XSD Part 1
AssignedTo: cmsmcq@w3.org
ReportedBy: sandygao@ca.ibm.com
QAContact: www-xml-schema-comments@w3.org
BugsThisDependsOn: 2802
1. In the mapping rules for notation 3.12.2
{public identifier} The ·actual value· of the public [attribute]
Since "public" is now optional, shouldn't the above rule be changed to
something similar to "system"?
{system identifier} The ·actual value· of the system [attribute], if present,
otherwise ·absent·.
2. In the description of the properties 3.12.1
{system identifier}
Optional if {public identifier} is present...
{public identifier}
Optional if {system identifier} is present...
So it seems that at least one of "public" and "system" attributes must be
present in the schema document. This may warrant a clause in "Notation
Definition Representation OK".
Received on Wednesday, 22 November 2006 05:21:02 UTC