[GraXML-commit] Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema event.xsd, 1.9, 1.1
Brought to you by:
hrivnac
From: Julius H. <hr...@us...> - 2008-06-06 13:27:55
|
Update of /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14005/Schema Modified Files: event.xsd Log Message: MDT + RPC added Index: event.xsd =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema/event.xsd,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** event.xsd 28 May 2008 09:45:06 -0000 1.9 --- event.xsd 6 Jun 2008 13:27:16 -0000 1.10 *************** *** 4,7 **** --- 4,10 ---- <!-- $Log$ + Revision 1.10 2008/06/06 13:27:16 hrivnac + MDT + RPC added + Revision 1.9 2008/05/28 09:45:06 hrivnac TRT added *************** *** 414,418 **** <xs:element ref="adcCounts" /> </xs:sequence> ! <xs:attribute name="count" type="xs:string" default="" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> --- 417,421 ---- <xs:element ref="adcCounts" /> </xs:sequence> ! <xs:attribute name="count" type="xs:int" default="0" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> *************** *** 477,481 **** <xs:element ref="z" /> </xs:sequence> ! <xs:attribute name="count" type="xs:string" default="" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> --- 480,484 ---- <xs:element ref="z" /> </xs:sequence> ! <xs:attribute name="count" type="xs:int" default="0" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> *************** *** 682,686 **** <xs:element ref="z" /> </xs:sequence> ! <xs:attribute name="count" type="xs:string" default="" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> --- 685,689 ---- <xs:element ref="z" /> </xs:sequence> ! <xs:attribute name="count" type="xs:int" default="0" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> |