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 5485 - misc editorial fixes in SML spec
Summary: misc editorial fixes in SML spec
Status: RESOLVED FIXED
Alias: None
Product: SML
Classification: Unclassified
Component: Core (show other bugs)
Version: LC
Hardware: PC All
: P2 normal
Target Milestone: LC
Assignee: Kumar Pandit
QA Contact: SML Working Group discussion list
URL:
Whiteboard:
Keywords: resolved
Depends on:
Blocks:
 
Reported: 2008-02-16 01:49 UTC by Kumar Pandit
Modified: 2008-02-21 19:38 UTC (History)
0 users

See Also:


Attachments

Description Kumar Pandit 2008-02-16 01:49:05 UTC
The following misc editorial fixes required in SML spec.

[1]
Add xs:schema declaration with targetNamespace="urn:IPAddress" to the IPAddress examples so that the sch:ns usage in the example becomes correct.

[2]
Fix inconsistent punctuation in 6.3.2 numbered bullet.

[3]
In Appendix F:
Fix the line below:
, the translation files should contain 

so that it does not start with a comma.

[4]
Fix typos/grammar errors below:

in 5.1.2.3:
from:
If an element declaration E has {target required} true, then each element instance of E that is also an SML reference MUST target some element in the model, (no instance of E can be a null or unresolved SML reference).

to:
If an element declaration E has {target required} true, then each element instance of E that is also an SML reference MUST target some element in the model. That is, no instance of E can be a null or unresolved SML reference.

5.1.3 bullet 1:
from:
if ...

to:
If ...

in 5.2.1.2:
from:
DerefExpr ::= (NCName ':')? 'deref(' Step (/Step)* ')'  ('/'Step)* 

to:
DerefExpr ::= (NCName ':')? 'deref(' Step ('/'Step)* ')'  ('/'Step)* 

in 6.1:
from:
Schematron patterns can be authored in separate rule documents which are then bound to a set of documents in the model. 

to:
Schematron patterns can be authored in separate rule documents that  are then bound to a set of documents in the model. 


in 6.3.1:
from:
Otherwise ({base type definition} is a simple type definition, the empty set. 

to:
Otherwise ({base type definition} is a simple type definition), the empty set. 

in 9.1.1:
from:
<xs:complexType name="Hostref" sml:acyclic="true">

to:
<xs:complexType name="HostedOnRefType" sml:acyclic="true">
Comment 1 Kumar Pandit 2008-02-16 03:36:32 UTC
All fixes applied.
Comment 2 John Arwe 2008-02-20 15:27:10 UTC
+1