You are viewing a plain text version of this content. The canonical link for it is here.
Posted to alexandria-dev@jakarta.apache.org by jm...@apache.org on 2001/04/09 14:00:27 UTC

cvs commit: jakarta-alexandria/src/xml blame.xsd

jmartin     01/04/09 05:00:27

  Modified:    src/xml  blame.xsd
  Log:
  Added revision number to blame schema
  
  Revision  Changes    Path
  1.6       +35 -34    jakarta-alexandria/src/xml/blame.xsd
  
  Index: blame.xsd
  ===================================================================
  RCS file: /home/cvs/jakarta-alexandria/src/xml/blame.xsd,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- blame.xsd	2001/03/31 09:34:01	1.5
  +++ blame.xsd	2001/04/09 12:00:27	1.6
  @@ -1,40 +1,41 @@
   <schema 
  -        xmlns="http://www.w3.org/2000/10/XMLSchema">
  +  xmlns="http://www.w3.org/2000/10/XMLSchema">
   
  -    <element name="blame">
  -        <complexType>
  -            <sequence>
  -                <element ref="system" type="system" minOccurs='0' maxOccurs='unbounded'/>
  -            </sequence>
  -        </complexType>
  -    </element>
  +  <element name="blame">
  +    <complexType>
  +      <sequence>
  +        <element ref="system" type="system" minOccurs='0' maxOccurs='unbounded'/>
  +      </sequence>
  +    </complexType>
  +  </element>
   
  -    <element name="build">
  -	<complexType>
  -	    <sequence>
  -		<element ref="msg" type="msg" minOccurs='0' maxOccurs='unbounded'/>
  -	    </sequence>
  -	    <attribute name="date" type="string" minOccurs="1"/>
  -	    <attribute name="success" type="boolean" minOccurs="1"/>
  -	</complexType>
  -    </element>
  +  <element name="build">
  +    <complexType>
  +      <sequence>
  +        <element ref="msg" type="msg" minOccurs='0' maxOccurs='unbounded'/>
  +      </sequence>
  +      <attribute name="date" type="string" minOccurs="1"/>
  +      <attribute name="success" type="boolean" minOccurs="1"/>
  +    </complexType>
  +  </element>
   
  -    <element name="msg">
  -	<complexType content="any" mixed="true">
  -	    <attribute name="task" type="string" minOccurs="1"/>
  -	    <attribute name="suspect" type="string" minOccurs="0" maxOccurs="1" />
  -	    <attribute name="file" type="string" minOccurs="0" maxOccurs="1"/>
  -	    <attribute name="line" type="integer" minOccurs="0" maxOccurs="1"/>
  -	</complexType>
  -    </element>
  +  <element name="msg">
  +    <complexType content="any" mixed="true">
  +      <attribute name="task" type="string" minOccurs="1"/>
  +      <attribute name="suspect" type="string" minOccurs="0" maxOccurs="1" />
  +      <attribute name="revision" type="string" minOccurs="0" maxOccurs="1" />
  +      <attribute name="file" type="string" minOccurs="0" maxOccurs="1"/>
  +      <attribute name="line" type="integer" minOccurs="0" maxOccurs="1"/>
  +    </complexType>
  +  </element>
   
  -    <element name="system">
  -	<complexType>
  -	    <sequence>
  -		<element ref="build" type="build" minOccurs='1' maxOccurs='unbounded'/>
  -	    </sequence>
  -	    <attribute name="module" type="string"/>
  -	    <attribute name="tag" type="string"/>
  -	</complexType>
  -    </element>
  +  <element name="system">
  +    <complexType>
  +      <sequence>
  +        <element ref="build" type="build" minOccurs='1' maxOccurs='unbounded'/>
  +      </sequence>
  +      <attribute name="module" type="string"/>
  +      <attribute name="tag" type="string"/>
  +    </complexType>
  +  </element>
   </schema>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: alexandria-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: alexandria-dev-help@jakarta.apache.org