1 | <?xml version="1.0" encoding="ISO-8859-1"?> |
---|
2 | |
---|
3 | <QUERY_MODULE xmlns:ibis="http://www.ibisph.org"> |
---|
4 | |
---|
5 | <ibis:doc> |
---|
6 | <name>query/module/statePop/StatePopMain.xml</name> |
---|
7 | <summary>QueryBuilder Configuration</summary> |
---|
8 | <author>Lois Haggard</author> |
---|
9 | <company>New Mexico Department of Health</company> |
---|
10 | <versions> |
---|
11 | <version><date>Dec 12, 2015</date><who>Lois</who><description>updated for training videos</description></version> |
---|
12 | <version><date>Apr 28, 2008</date><who>Lois</who><description>adapted from PopMain.xml file</description></version> |
---|
13 | </versions> |
---|
14 | </ibis:doc> |
---|
15 | |
---|
16 | <NAME>StatePopMain</NAME> |
---|
17 | <TITLE>State Population Estimates Training Module</TITLE> |
---|
18 | <DESCRIPTION>U.S. State Population Estimates for 2000 to 2014</DESCRIPTION> |
---|
19 | <VERSION>Dec 12, 2015</VERSION> |
---|
20 | <ORG_UNIT_NAME>DEFAULT</ORG_UNIT_NAME> <!-- Controls content of page footers on QueryBuilder and Results pages. |
---|
21 | OrgUnits are found in Tomcat\webapps\ibisph-view-content\xml\org_units.xml. This |
---|
22 | file is published from the IBIS-Admin system. Admin writes over this file when |
---|
23 | it publishes, so any changes you make to it will be overwritten by Admin. --> |
---|
24 | <PARAMETERS> |
---|
25 | <PARAMETER> |
---|
26 | <NAME>config</NAME> |
---|
27 | <VALUE>E:\ibisq\qModules\statePop\StatePop14.cfg</VALUE> <!-- path to the StatePop.cfg file in ibisq back-end directory. --> |
---|
28 | </PARAMETER> |
---|
29 | <PARAMETER> |
---|
30 | <NAME>sas</NAME> |
---|
31 | <VALUE>0</VALUE> <!-- 1, 2, 3, 4 tells CGI to embed SAS program, log, output, tmp data file, respectively, to XML file. For debugging. --> |
---|
32 | </PARAMETER> |
---|
33 | <PARAMETER> |
---|
34 | <NAME>test</NAME> <!-- This is a ibis-q CGI app testing parameter. --> |
---|
35 | <VALUE>0</VALUE> |
---|
36 | </PARAMETER> |
---|
37 | </PARAMETERS> |
---|
38 | |
---|
39 | <QUERY_CONFIGURATION_SELECTION> <!--This is the link for the "Select a Different Measure" left nav button and the breadcrumbs at the top of the page. --> |
---|
40 | <TITLE>State Population Estimates Selection Page</TITLE> |
---|
41 | <LOCAL_URL>query/selection/statePop/StatePopSelection.html</LOCAL_URL> <!-- the "Local_URL" is the part of the URL after the IBIS URL prefix --> |
---|
42 | </QUERY_CONFIGURATION_SELECTION> |
---|
43 | |
---|
44 | <QUERY_APPLICATION_HTTP_REQUEST_TYPE>get</QUERY_APPLICATION_HTTP_REQUEST_TYPE> |
---|
45 | |
---|
46 | <CONFIGURATIONS> |
---|
47 | <CONFIGURATION> <!-- "Configuration" here refers to the configuration for this specific QueryBuilder page. --> |
---|
48 | <NAME>State</NAME> |
---|
49 | <TITLE>State Population</TITLE> |
---|
50 | <DESCRIPTION>Number of persons in the selected population, geography, and time period.</DESCRIPTION> |
---|
51 | <DEFAULT_CATEGORY_DIMENSION_NAME>Year</DEFAULT_CATEGORY_DIMENSION_NAME> |
---|
52 | <DEFAULT_MAP_NAME>None</DEFAULT_MAP_NAME> |
---|
53 | <MEASURES> |
---|
54 | <MEASURE> <!-- Most configurations have only one measure. Rates, have associated values, such as numerator, denominator, rate, and lower and upper confidence intervals. --> |
---|
55 | <NAME>Count</NAME> |
---|
56 | <TITLE>Number in the Population</TITLE> |
---|
57 | <DESCRIPTION>Number of persons in the selected population, geography, and time period.</DESCRIPTION> |
---|
58 | </ANCILLARY_VALUE_USAGES> |
---|
59 | <PARAMETERS> |
---|
60 | <PARAMETER> |
---|
61 | <NAME>func</NAME> <!-- name of the func.def file in ibisq back-end directory. --> |
---|
62 | <VALUE>Count.def</VALUE> |
---|
63 | </PARAMETER> |
---|
64 | </PARAMETERS> |
---|
65 | <DATA_SOURCES> |
---|
66 | <ibis:include href="data_source/USBC.xml"/> <!-- This data source xml file contains code that gets "included" into the current module.xml file. --> |
---|
67 | </DATA_SOURCES> |
---|
68 | <DATA_NOTES> |
---|
69 | <ibis:include href="data_note/PopEst.xml"/> |
---|
70 | </DATA_NOTES> |
---|
71 | <DATA_ISSUES> |
---|
72 | <ibis:include href="data_issue/PopProj.xml"/> |
---|
73 | </DATA_ISSUES> |
---|
74 | <CRITERIA> |
---|
75 | <EXCLUDE> |
---|
76 | <SECTION_NAMES><SECTION_NAME>GeoCnty</SECTION_NAME></SECTION_NAMES> <!--Don't show the list of county names.--> |
---|
77 | <DIMENSION_NAMES><DIMENSION_NAME>GeoCnty</DIMENSION_NAME></DIMENSION_NAMES> <!--Exclude crosstab by county because this is at state level.--> |
---|
78 | </EXCLUDE> |
---|
79 | </CRITERIA> |
---|
80 | </CONFIGURATION> |
---|
81 | |
---|
82 | <CONFIGURATION> |
---|
83 | <NAME>County</NAME> |
---|
84 | <TITLE>Utah Population Estimates by County</TITLE> |
---|
85 | <DESCRIPTION>Number of persons in Utah by county and year.</DESCRIPTION> |
---|
86 | <DEFAULT_CATEGORY_DIMENSION_NAME>GeoCnty</DEFAULT_CATEGORY_DIMENSION_NAME> |
---|
87 | <MEASURE_NAME>Count</MEASURE_NAME> |
---|
88 | <TITLE>Number in the Population</TITLE> |
---|
89 | <DESCRIPTION>Number of persons in the selected population, geography, and time period.</DESCRIPTION> |
---|
90 | <PARAMETERS> |
---|
91 | <PARAMETER> |
---|
92 | <NAME>func</NAME> <!-- name of the func.def file in ibisq back-end directory. --> |
---|
93 | <VALUE>Count.def</VALUE> |
---|
94 | </PARAMETER> |
---|
95 | <PARAMETER> |
---|
96 | <NAME>GeoState</NAME> <!-- Sets the state to "Utah" (code 49 in GeoState dimension file). --> |
---|
97 | <VALUE>49</VALUE> |
---|
98 | </PARAMETER> |
---|
99 | </PARAMETERS> |
---|
100 | <DATA_SOURCES> |
---|
101 | <ibis:include href="data_source/USBC.xml"/> |
---|
102 | </DATA_SOURCES> |
---|
103 | <DATA_NOTES> |
---|
104 | <ibis:include href="data_note/PopEst.xml"/> |
---|
105 | </DATA_NOTES> |
---|
106 | <DATA_ISSUES> |
---|
107 | <ibis:include href="data_issue/PopProj.xml"/> |
---|
108 | </DATA_ISSUES> |
---|
109 | <CRITERIA> |
---|
110 | <EXCLUDE> |
---|
111 | <SECTION_NAMES><SECTION_NAME>GeoState</SECTION_NAME></SECTION_NAMES> <!--Don't show the list of state names.--> |
---|
112 | <DIMENSION_NAMES><DIMENSION_NAME>GeoState</DIMENSION_NAME></DIMENSION_NAMES> <!--Exclude crosstab by state because this is at county level.--> |
---|
113 | </EXCLUDE> |
---|
114 | </CRITERIA> |
---|
115 | </CONFIGURATION> |
---|
116 | </CONFIGURATIONS> |
---|
117 | |
---|
118 | <CRITERIA> |
---|
119 | <OVERVIEWS> |
---|
120 | <ibis:include href="overview/GettingStarted.xml"/> |
---|
121 | </OVERVIEWS> |
---|
122 | <SECTIONS> |
---|
123 | <ibis:include href="section/Year.xml"/> <!-- These are the sections, or the blue bars that are "Steps" on the QueryBuilder page. --> |
---|
124 | <ibis:include href="section/GeoState.xml"/> <!-- Sections provide a way to navigate to dimensions in a logical way. --> |
---|
125 | <ibis:include href="section/GeoCnty.xml"/> |
---|
126 | </SECTIONS> |
---|
127 | </CRITERIA> |
---|
128 | |
---|
129 | <DIMENSIONS> |
---|
130 | <ibis:include href="dimension/Year00_14.xml"/> <!-- Dimension files contain all the "end node" selections for grouping variables. --> |
---|
131 | <ibis:include href="dimension/GeoState.xml"/> |
---|
132 | <ibis:include href="dimension/GeoCnty.xml"/> |
---|
133 | </DIMENSIONS> |
---|
134 | </QUERY_MODULE> |
---|