-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsymptomatic_by_age_group_in_humans.xml
61 lines (60 loc) · 3.28 KB
/
symptomatic_by_age_group_in_humans.xml
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<?xml version="1.0" encoding="UTF-8"?>
<!-- Show me number of symptomatic cases by the following age groups: < 1, 1-5, 6-18, 19-64, > 65, for humans. -->
<apollo:SimulatorCountOutputSpecificationListElement xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://types.apollo.pitt.edu/v4_0/ apollo_types_4.0.xsd"
xmlns:apollo="http://types.apollo.pitt.edu/v4_0/">
<apollo:SimulatorCountOutputSpecification>
<apollo:speciesToCount>9609</apollo:speciesToCount>
<apollo:temporalGranularity>entireSimulation</apollo:temporalGranularity>
<apollo:spatialGranularity>none</apollo:spatialGranularity>
<apollo:diseaseOutcomes>symptomatic</apollo:diseaseOutcomes>
<apollo:otherVariables>
<apollo:variable>ageRange</apollo:variable>
<apollo:categories xsi:type="apollo:MeasuredQuantityRangeCategoryDefinition">
<apollo:unitOfMeasure>years</apollo:unitOfMeasure>
<apollo:lowerBound>
<apollo:infiniteBoundary>negativeInfinity</apollo:infiniteBoundary>
</apollo:lowerBound>
<apollo:upperBound>
<apollo:finiteBoundary>1</apollo:finiteBoundary>
</apollo:upperBound>
</apollo:categories>
<apollo:categories xsi:type="apollo:MeasuredQuantityRangeCategoryDefinition">
<apollo:unitOfMeasure>years</apollo:unitOfMeasure>
<apollo:lowerBound>
<apollo:finiteBoundary>1</apollo:finiteBoundary>
</apollo:lowerBound>
<apollo:upperBound>
<apollo:finiteBoundary>6</apollo:finiteBoundary>
</apollo:upperBound>
</apollo:categories>
<apollo:categories xsi:type="apollo:MeasuredQuantityRangeCategoryDefinition">
<apollo:unitOfMeasure>years</apollo:unitOfMeasure>
<apollo:lowerBound>
<apollo:finiteBoundary>6</apollo:finiteBoundary>
</apollo:lowerBound>
<apollo:upperBound>
<apollo:finiteBoundary>19</apollo:finiteBoundary>
</apollo:upperBound>
</apollo:categories>
<apollo:categories xsi:type="apollo:MeasuredQuantityRangeCategoryDefinition">
<apollo:unitOfMeasure>years</apollo:unitOfMeasure>
<apollo:lowerBound>
<apollo:finiteBoundary>19</apollo:finiteBoundary>
</apollo:lowerBound>
<apollo:upperBound>
<apollo:finiteBoundary>65</apollo:finiteBoundary>
</apollo:upperBound>
</apollo:categories>
<apollo:categories xsi:type="apollo:MeasuredQuantityRangeCategoryDefinition">
<apollo:unitOfMeasure>years</apollo:unitOfMeasure>
<apollo:lowerBound>
<apollo:finiteBoundary>65</apollo:finiteBoundary>
</apollo:lowerBound>
<apollo:upperBound>
<apollo:infiniteBoundary>positiveInfinity</apollo:infiniteBoundary>
</apollo:upperBound>
</apollo:categories>
</apollo:otherVariables>
</apollo:SimulatorCountOutputSpecification>
</apollo:SimulatorCountOutputSpecificationListElement>