File: ToastedBreakFastSDD.xml

package info (click to toggle)
python-rosettasciio 0.7.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,648 kB
  • sloc: python: 36,638; xml: 2,582; makefile: 22; ansic: 4
file content (38 lines) | stat: -rw-r--r-- 1,539 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<TestXML>
  <Header>
    <ShortDescription>Test XML</ShortDescription>
    <HTMLDescription><![CDATA[This utter <i>nonsense</i> <b>XML</b> was created to check far-fetched ideas about sub-worst case of OEM-generated XML scenarios.]]></HTMLDescription>
  </Header>
  <Main>
    <ClassInstance>
       <Detector>
          <ClassInstance>
            <Angle>15.345</Angle>
            <Type>SDD</Type>
            <Model>BreakFast™</Model>
            <PulseProcessor>FPGAv11</PulseProcessor>
            <BufferSize units="bytes">2048</BufferSize>
          </ClassInstance>
       </Detector>
       <Instrument ClassInstance="Analytical">
          <Type class="chasis">Toaster</Type>
          <SerialNumber>1234-5</SerialNumber>
          <Dim axes="width, depth, height">33.3,27.4,25.2</Dim>
          <IsCoated/>
          <IsToasted>not today</IsToasted>
          <IsToasting>affirmative</IsToasting>
       </Instrument>
       <Sample name="breakfast test" number="23">With one of these components
          <Components>
            <ComponentChildren>
              <Instance name="Eggs" calories="345.2" breaking-speed="5.2"></Instance>
              <Instance name="Bacon" calories="5000" breaking-speed="11"></Instance>
              <Instance name="Spam" calories="0.1" breaking-speed="24.6"></Instance>
            </ComponentChildren>
          </Components>
          <Project>BreakFast</Project> SDD risks to be Toasted.
       </Sample>
    </ClassInstance>
  </Main>
</TestXML>