You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by le...@locus.apache.org on 2000/12/15 00:09:12 UTC

cvs commit: xml-xerces/java/data personal.xsd

lehors      00/12/14 15:09:12

  Modified:    java/data personal.xsd
  Log:
  fixed error - patch from Neil Graham
  
  Revision  Changes    Path
  1.8       +1 -1      xml-xerces/java/data/personal.xsd
  
  Index: personal.xsd
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/data/personal.xsd,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- personal.xsd	2000/06/22 17:09:43	1.7
  +++ personal.xsd	2000/12/14 23:09:11	1.8
  @@ -16,7 +16,7 @@
   
      <attribute name="id"  type="ID" use='required'/>
      <attribute name="note" type="string"/>
  -   <attribute name="contr" type="NMTOKEN" use='default' value="false">
  +   <attribute name="contr" use='default' value="false">
       <simpleType base="string">
        <enumeration value="true"/>
        <enumeration value="false"/>