[GraXML-commit] DetDescr/AGDD/src/net/hep/AGDD/Schema AGDD.xsd,1.7,1.8
Brought to you by:
hrivnac
From: Julius H. <hr...@us...> - 2006-04-18 21:37:49
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Schema In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24692/net/hep/AGDD/Schema Modified Files: AGDD.xsd Log Message: compositions in BuildingBlocks Index: AGDD.xsd =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Schema/AGDD.xsd,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** AGDD.xsd 23 Dec 2005 12:48:42 -0000 1.7 --- AGDD.xsd 18 Apr 2006 21:37:39 -0000 1.8 *************** *** 2,5 **** --- 2,8 ---- <!-- $Log$ + Revision 1.8 2006/04/18 21:37:39 hrivnac + compositions in BuildingBlocks + Revision 1.7 2005/12/23 12:48:42 hrivnac schema should be in the current directory *************** *** 154,158 **** of detector. A section is primarily made of "volume" elements but also may receive a set of named and typed parameter blocks (used to specify ! constants). Solids can be encapsulated in a buildingBlock. <br></br> Attributes of section are: --- 157,161 ---- of detector. A section is primarily made of "volume" elements but also may receive a set of named and typed parameter blocks (used to specify ! constants). Solids and variables can be encapsulated in a buildingBlock. <br></br> Attributes of section are: *************** *** 1123,1127 **** <xs:annotation> <xs:documentation> ! BuildingBlock can encapsulate a set of Solids </xs:documentation> </xs:annotation> --- 1126,1130 ---- <xs:annotation> <xs:documentation> ! BuildingBlock can encapsulate a set of other elements. </xs:documentation> </xs:annotation> *************** *** 1132,1135 **** --- 1135,1139 ---- <xs:element ref="abstractBooleanVolume"/> <xs:element ref="abstractData"/> + <xs:element ref="composition"/> </xs:choice> <xs:attribute ref="xml:base" xmlns:xml="http://www.w3.org/XML/1998/namespace"/> |