source: trunk/source/persistency/gdml/schema/gdml_extensions.xsd@ 1350

Last change on this file since 1350 was 1316, checked in by garnier, 15 years ago

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File size: 1.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xs:schema attributeFormDefault="unqualified" elementFormDefault="unqualified" version="1.0" xmlns:gdml="http://cern.ch/2001/Schemas/GDML" xmlns:xs="http://www.w3.org/2001/XMLSchema">
3 <xs:element name="loop">
4 <xs:complexType>
5 <xs:choice maxOccurs="unbounded">
6 <xs:element maxOccurs="unbounded" ref="Solid"/>
7 <xs:element name="volume" type="VolumeType"/>
8 <xs:element name="physvol" type="SinglePlacementType"/>
9 <xs:element name="loop" maxOccurs="unbounded"/>
10 </xs:choice>
11 <xs:attribute name="for" type="xs:string">
12 <xs:annotation>
13 <xs:documentation>
14 </xs:documentation>
15 </xs:annotation>
16 </xs:attribute>
17 <xs:attribute name="from" type="xs:nonNegativeInteger">
18 <xs:annotation>
19 <xs:documentation>
20 </xs:documentation>
21 </xs:annotation>
22 </xs:attribute>
23 <xs:attribute name="to" type="ExpressionOrIDREFType">
24 <xs:annotation>
25 <xs:documentation>
26 </xs:documentation>
27 </xs:annotation>
28 </xs:attribute>
29 <xs:attribute name="step" type="xs:positiveInteger">
30 <xs:annotation>
31 <xs:documentation>
32 </xs:documentation>
33 </xs:annotation>
34 </xs:attribute>
35 </xs:complexType>
36 </xs:element>
37</xs:schema>
Note: See TracBrowser for help on using the repository browser.