<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>5658</bug_id>
          
          <creation_ts>2008-04-24 03:38:04 +0000</creation_ts>
          <short_desc>restore accidental change to smlif:identityType</short_desc>
          <delta_ts>2008-05-22 22:54:03 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>SML</product>
          <component>Interchange Format</component>
          <version>LC</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>resolved</keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Kumar Pandit">kumarp</reporter>
          <assigned_to name="Virginia Smith">virginia.smith</assigned_to>
          
          
          <qa_contact name="SML Working Group discussion list">public-sml</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>19925</commentid>
    <comment_count>0</comment_count>
    <who name="Kumar Pandit">kumarp</who>
    <bug_when>2008-04-24 03:38:04 +0000</bug_when>
    <thetext>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:
  &lt;xs:complexType name=&quot;identityType&quot;&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element name=&quot;name&quot; type=&quot;smlif:uriType&quot;/&gt;
      &lt;xs:element name=&quot;version&quot; type=&quot;smlif:tokenType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:element name=&quot;displayName&quot; type=&quot;smlif:displayType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:element name=&quot;description&quot; type=&quot;smlif:displayType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:element name=&quot;baseURI&quot; type=&quot;smlif:uriType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:any namespace=&quot;##other&quot; processContents=&quot;lax&quot; minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;/&gt;
    &lt;/xs:sequence&gt;
    &lt;xs:anyAttribute namespace=&quot;##other&quot; processContents=&quot;lax&quot;/&gt;
  &lt;/xs:complexType&gt;

to:
  &lt;xs:complexType name=&quot;identityType&quot;&gt;
    &lt;xs:sequence&gt;
      &lt;xs:element name=&quot;name&quot; type=&quot;smlif:uriType&quot;/&gt;
      &lt;xs:element name=&quot;version&quot; type=&quot;smlif:tokenType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:element name=&quot;displayName&quot; type=&quot;smlif:displayType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:element name=&quot;baseURI&quot; type=&quot;smlif:uriType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:element name=&quot;description&quot; type=&quot;smlif:displayType&quot; minOccurs=&quot;0&quot;/&gt;
      &lt;xs:any namespace=&quot;##other&quot; processContents=&quot;lax&quot; minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;/&gt;
    &lt;/xs:sequence&gt;
    &lt;xs:anyAttribute namespace=&quot;##other&quot; processContents=&quot;lax&quot;/&gt;
  &lt;/xs:complexType&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20054</commentid>
    <comment_count>1</comment_count>
    <who name="John Arwe">johnarwe</who>
    <bug_when>2008-05-08 13:24:18 +0000</bug_when>
    <thetext>+1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20102</commentid>
    <comment_count>2</comment_count>
    <who name="Virginia Smith">virginia.smith</who>
    <bug_when>2008-05-15 15:38:21 +0000</bug_when>
    <thetext>+1</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20235</commentid>
    <comment_count>3</comment_count>
    <who name="Pratul Dublish">pratul.dublish</who>
    <bug_when>2008-05-22 18:58:03 +0000</bug_when>
    <thetext>Resolution in 5/22 call is to mark it editorial</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>20244</commentid>
    <comment_count>4</comment_count>
    <who name="Virginia Smith">virginia.smith</who>
    <bug_when>2008-05-22 22:54:03 +0000</bug_when>
    <thetext>Fixed per comment #3.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>