<?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>8161</bug_id>
          
          <creation_ts>2009-11-03 20:31:52 +0000</creation_ts>
          <short_desc>Enum: en:Code isn&apos;t extensible</short_desc>
          <delta_ts>2010-03-17 10:52:12 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WS-Resource Access</product>
          <component>Enumeration</component>
          <version>LC</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>CLOSED</bug_status>
          <resolution>REMIND</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Doug Davis">dug</reporter>
          <assigned_to name="Doug Davis">dug</assigned_to>
          
          
          <qa_contact name="notifications mailing list for WS Resource Access">public-ws-resource-access-notifications</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>29274</commentid>
    <comment_count>0</comment_count>
    <who name="Doug Davis">dug</who>
    <bug_when>2009-11-03 20:31:52 +0000</bug_when>
    <thetext>modify en:Code so that people can define new URIs that can be used.
Right now its just:

  &lt;xs:simpleType name=&quot;EnumerationEndCodeType&quot;&gt;
    &lt;xs:restriction base=&quot;xs:anyURI&quot;&gt;
      &lt;xs:enumeration value=
        &quot;http://www.w3.org/2009/09/ws-enu/SourceShuttingDown&quot; /&gt;
      &lt;xs:enumeration value=
        &quot;http://www.w3.org/2009/09/ws-enu/SourceCancelling&quot; /&gt;
    &lt;/xs:restriction&gt;
  &lt;/xs:simpleType&gt;

Proposal:
allow new (impl-specific URIs) to be used.
Change it to just an xs:any and let the body of the spec define the 
two well-known URIs.  

So &quot;Code&quot; would then change from:
&lt;xs:element name=&quot;Code&quot; type=&quot;tns:OpenEnumerationEndCodeType&quot;/&gt;

to:
&lt;xs:element name=&quot;Code&quot; type=&quot;xs:anyURI&quot;/&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30025</commentid>
    <comment_count>1</comment_count>
    <who name="Robert Freund">bob</who>
    <bug_when>2009-12-08 21:23:18 +0000</bug_when>
    <thetext>Resolved as proposed</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>