- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 07 Apr 2009 18:43:54 +0000
- To: public-sml@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=6786
Summary: XSD Documentation of sml:acyclic is obsolete
Product: SML
Version: PR
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: johnarwe@us.ibm.com
ReportedBy: kirk.wilson@ca.com
QAContact: public-sml@w3.org
Current XSD entry for acyclic is:
<xs:attribute name="acyclic" type="xs:boolean">
<xs:annotation>
<xs:documentation>
If this attribute is set to true for a type D
then instances of D should not create any
cycles in a model. More precisely, the directed graph whose
edges represent instances of D, and whose nodes represent
documents that contain the source or target elements for
instances of D, must be acyclic.
</xs:documentation>
</xs:annotation>
</xs:attribute>
The statement in the xs:documentation beginning with "More precisely," is
obsolete. It should be:
More precisely, the directed graph whose edges represent instances of D, and
whose nodes represent elements resolved by the SML references of the type D or
of types derived from D, must be acyclic.
which reflects section 5.1.1.3 item 1.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Tuesday, 7 April 2009 18:44:03 UTC