You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by an...@locus.apache.org on 2000/06/22 19:09:47 UTC

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

andyc       00/06/22 10:09:45

  Modified:    java/data personal.xsd
  Log:
  Fixed personal.xsd file to comply with 7 Apr 2000 Schema WD.
  
  Revision  Changes    Path
  1.7       +4 -13     xml-xerces/java/data/personal.xsd
  
  Index: personal.xsd
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/data/personal.xsd,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- personal.xsd	2000/05/18 20:46:27	1.6
  +++ personal.xsd	2000/06/22 17:09:43	1.7
  @@ -14,9 +14,9 @@
      <element ref="url"   minOccurs='0' maxOccurs='unbounded'/>
      <element ref="link"  minOccurs='0' maxOccurs='1'/>
   
  -   <attribute name="id"  type="ID" minOccurs='1'/>
  +   <attribute name="id"  type="ID" use='required'/>
      <attribute name="note" type="string"/>
  -   <attribute name="contr" type="NMTOKEN" default="false">
  +   <attribute name="contr" type="NMTOKEN" use='default' value="false">
       <simpleType base="string">
        <enumeration value="true"/>
        <enumeration value="false"/>
  @@ -28,12 +28,10 @@
   
    <element name="name">
     <complexType content='elementOnly'>
  -   <group>
  -    <all>
  +   <all>
       <element ref="family"/>
       <element ref="given"/>
  -    </all>
  -   </group>
  +   </all>
     </complexType>
    </element>
   
  @@ -59,10 +57,3 @@
    <notation name='gif' public='-//APP/Photoshop/4.0' system='photoshop.exe'/>
   
   </schema>
  -
  -
  -
  -
  -
  -
  -