[GraXML-commit] DetDescr/AGDD/src/net/hep/AGDD/Schema AGDD.xsd, 1.13, 1.14 AGDD0.xsd, 1.2, 1.3
Brought to you by:
hrivnac
From: Julius H. <hr...@us...> - 2007-02-14 21:53:47
|
Update of /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Schema In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv14205/net/hep/AGDD/Schema Modified Files: AGDD.xsd AGDD0.xsd Log Message: gvxy added Index: AGDD0.xsd =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Schema/AGDD0.xsd,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** AGDD0.xsd 12 Feb 2007 15:56:52 -0000 1.2 --- AGDD0.xsd 14 Feb 2007 21:53:39 -0000 1.3 *************** *** 4,7 **** --- 4,10 ---- <!-- $Log$ + Revision 1.3 2007/02/14 21:53:39 hrivnac + gvxy added + Revision 1.2 2007/02/12 15:56:52 hrivnac sphere and torus added *************** *** 1013,1016 **** --- 1016,1071 ---- </xs:element> + <!-- gvxy ..................................................................... --> + <xs:element name="gvxy" substitutionGroup="abstractSolid"> + <xs:annotation> + <xs:documentation> + A gvxy is, in the general case, a Z-extrusion of X-Y polygone. The + gvxy is build from a series of X-Y points. + <br></br> + Its dimensions are given by: + <ul> + <li><b>dZ="dZ"</b>.</li> + </ul> + with: + <ul> + <li><b>dZ</b>: Lenght in Z-direction.</li> + </ul> + The vertexes of the gvxy are given by a series of XML element 'gvxy_point', + which are children of 'gvxy'. + </xs:documentation> + </xs:annotation> + <xs:complexType> + <xs:complexContent> + <xs:extension base="solid"> + <xs:sequence> + <xs:element maxOccurs="unbounded" ref="gvxy_point"/> + </xs:sequence> + <xs:attribute name="dZ" type="scalar" use="required"/> + </xs:extension> + </xs:complexContent> + </xs:complexType> + </xs:element> + + <!-- gvxy_point ............................................................... --> + <xs:element name="gvxy_point"> + <xs:annotation> + <xs:documentation> + A gvxy_point is used to construct gvxy. + The gvxy_point dimensions are given by: + <ul> + <li><b>X_Y="X; Y"</b>.</li> + </ul> + with: + <ul> + <li><b>X</b>: the X-coordinate of the point.</li> + <li><b>Y</b>: the Y-coordinate of the point.</li> + </ul> + </xs:documentation> + </xs:annotation> + <xs:complexType> + <xs:attribute name="X_Y" type="vector2" use="required"/> + </xs:complexType> + </xs:element> + <!-- Volume Instances / Stacks ================================================ --> Index: AGDD.xsd =================================================================== RCS file: /cvsroot/graxml/DetDescr/AGDD/src/net/hep/AGDD/Schema/AGDD.xsd,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** AGDD.xsd 12 Feb 2007 15:56:50 -0000 1.13 --- AGDD.xsd 14 Feb 2007 21:53:39 -0000 1.14 *************** *** 2,5 **** --- 2,8 ---- <!-- $Log$ + Revision 1.14 2007/02/14 21:53:39 hrivnac + gvxy added + Revision 1.13 2007/02/12 15:56:50 hrivnac sphere and torus added *************** *** 1011,1014 **** --- 1014,1069 ---- </xs:element> + <!-- gvxy ..................................................................... --> + <xs:element name="gvxy" substitutionGroup="abstractSolid"> + <xs:annotation> + <xs:documentation> + A gvxy is, in the general case, a Z-extrusion of X-Y polygone. The + gvxy is build from a series of X-Y points. + <br></br> + Its dimensions are given by: + <ul> + <li><b>dZ="dZ"</b>.</li> + </ul> + with: + <ul> + <li><b>dZ</b>: Lenght in Z-direction.</li> + </ul> + The vertexes of the gvxy are given by a series of XML element 'gvxy_point', + which are children of 'gvxy'. + </xs:documentation> + </xs:annotation> + <xs:complexType> + <xs:complexContent> + <xs:extension base="solid"> + <xs:sequence> + <xs:element maxOccurs="unbounded" ref="gvxy_point"/> + </xs:sequence> + <xs:attribute name="dZ" type="scalar" use="required"/> + </xs:extension> + </xs:complexContent> + </xs:complexType> + </xs:element> + + <!-- gvxy_point ............................................................... --> + <xs:element name="gvxy_point"> + <xs:annotation> + <xs:documentation> + A gvxy_point is used to construct gvxy. + The gvxy_point dimensions are given by: + <ul> + <li><b>X_Y="X; Y"</b>.</li> + </ul> + with: + <ul> + <li><b>X</b>: the X-coordinate of the point.</li> + <li><b>Y</b>: the Y-coordinate of the point.</li> + </ul> + </xs:documentation> + </xs:annotation> + <xs:complexType> + <xs:attribute name="X_Y" type="vector2" use="required"/> + </xs:complexType> + </xs:element> + <!-- Volume Instances / Stacks ================================================ --> |