- From: Wilson, Kirk D <Kirk.Wilson@ca.com>
- Date: Thu, 8 May 2008 07:10:00 -0400
- To: "Kumar Pandit" <kumarp@windows.microsoft.com>, <public-sml@w3.org>
- Message-ID: <F9576E62032243419E097FED5F0E75F304BD4892@USILMS12.ca.com>
+1
Kirk Wilson, Ph.D.
Research Staff Member, CA Labs
603 823-7146 (preferred)
Cell: 603 991-8873
This e-mail may contain information that is privileged or confidential.
If you are not the intended recipient of this communication, please
delete this e-mail and notify the sender immediately.
________________________________
From: public-sml-request@w3.org [mailto:public-sml-request@w3.org] On
Behalf Of Kumar Pandit
Sent: Wednesday, May 07, 2008 9:45 PM
To: public-sml@w3.org
Cc: Kumar Pandit
Subject: 5658 restore accidental change to smlif:identityType
This was an accidental editorial change. I do not anticipate any
disagreement on this one. Please reply to indicate whether you agree
with the proposal.
>From the bug:
=========
Some editor seems to have swapped the position of baseURI and
description
elements within smlif:identityType. This must be accidental change since
I do
not recall any WG decision leading to this change. This breaks all
existing
SML-IF models.
Proposal:
Change the definition of identityType:
from:
<xs:complexType name="identityType">
<xs:sequence>
... ...
<xs:element name="description" type="smlif:displayType"
minOccurs="0"/>
<xs:element name="baseURI" type="smlif:uriType" minOccurs="0"/>
... ...
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
to:
<xs:complexType name="identityType">
<xs:sequence>
... ...
<xs:element name="baseURI" type="smlif:uriType" minOccurs="0"/>
<xs:element name="description" type="smlif:displayType"
minOccurs="0"/>
... ...
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax"/>
</xs:complexType>
Received on Thursday, 8 May 2008 11:10:34 UTC