Update of /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv7493/net/hep/atlas/graphics/JiveEvent/Schema
Modified Files:
event.xsd
Log Message:
TRT added
Index: event.xsd
===================================================================
RCS file: /cvsroot/graxml/Graphics/JiveEvent/src/net/hep/atlas/graphics/JiveEvent/Schema/event.xsd,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** event.xsd 10 Jan 2008 23:05:40 -0000 1.8
--- event.xsd 28 May 2008 09:45:06 -0000 1.9
***************
*** 4,7 ****
--- 4,10 ----
<!--
$Log$
+ Revision 1.9 2008/05/28 09:45:06 hrivnac
+ TRT added
+
Revision 1.8 2008/01/10 23:05:40 hrivnac
Atlantis bridge improved
***************
*** 971,975 ****
<xs:element ref="numBarcodes" />
</xs:sequence>
! <xs:attribute name="count" type="xs:string" default="" />
<xs:attribute name="storeGateKey" type="xs:string" default="" />
</xs:complexType>
--- 974,978 ----
<xs:element ref="numBarcodes" />
</xs:sequence>
! <xs:attribute name="count" type="xs:int" default="0" />
<xs:attribute name="storeGateKey" type="xs:string" default="" />
</xs:complexType>
|