- From: <bugzilla@wiggum.w3.org>
- Date: Wed, 21 Nov 2007 18:12:33 +0000
- To: public-sml@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5272
popescu@ca.ibm.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|editorial |needsReview
------- Comment #4 from popescu@ca.ibm.com 2007-11-21 18:12 -------
Changes :
- Non-Normative section, Section 4
1. Pseudo schema notation : updated comments to read
<data>
xs:any <!—At most one definition document goes here>
</data>
<data>
xs:any<!—At most one instance document goes here>
</data>
2. Below this schema, replaced :
Every document in the interchange set appears as content of a document element
[...]
with
Every document in the interchange set appears as content of a document/data
element [...]There can be at most one document contained by a document/data
element.
- Normative section, 5.2 SML-IF Documents :
Replaced:
Each definition document in the interchange set MUST appear as a child of a
model/definitions/document element.
with:
Each definition document in the interchange set MUST appear as a child of a
model/definitions/document/data element. The model/definitions/document/data
element MUST contain at most one definition document.
Replaced:
Each instance document in the interchange set MUST appear as a child of a
model/instances/document element.
with:
Each instance document in the interchange set MUST appear as a child of a
model/instances/document/data element. The model/definitions/document/data
element MUST contain at most one instance document.
Received on Wednesday, 21 November 2007 18:12:40 UTC