[GraXML-commit] Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema event.xsd, 1.10, 1.
Brought to you by:
hrivnac
From: Julius H. <hr...@us...> - 2008-06-26 17:09:12
|
Update of /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5393/net/hep/atlas/graphics/JiveEvent/Schema Modified Files: event.xsd Log Message: LAr and TILE added Index: event.xsd =================================================================== RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema/event.xsd,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** event.xsd 6 Jun 2008 13:27:16 -0000 1.10 --- event.xsd 26 Jun 2008 17:09:18 -0000 1.11 *************** *** 4,7 **** --- 4,10 ---- <!-- $Log$ + Revision 1.11 2008/06/26 17:09:18 hrivnac + LAr and TILE added + Revision 1.10 2008/06/06 13:27:16 hrivnac MDT + RPC added *************** *** 913,917 **** <xs:element ref="pmt2Gain" /> </xs:sequence> ! <xs:attribute name="count" type="xs:string" default="" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> --- 916,920 ---- <xs:element ref="pmt2Gain" /> </xs:sequence> ! <xs:attribute name="count" type="xs:int" default="0" /> <xs:attribute name="storeGateKey" type="xs:string" default="" /> </xs:complexType> |