1 | <?xml version='1.0' encoding='ISO-8859-1'?> |
---|
2 | |
---|
3 | <QUERY_MODULE xmlns:ibis='http://www.ibisph.org'> |
---|
4 | |
---|
5 | <!--TEMPLATE INSTRUCTIONS |
---|
6 | 1. See the SearchReplace.xlsx for Maryland's YRBS indicator information |
---|
7 | 2. Save this file as <<dimension name>>.xml |
---|
8 | 3. Select all lines in the file after the comment and Search and Replace (In selection (check box on Replace dialog) in this file: |
---|
9 | VName with the SAS variable name |
---|
10 | DName with the dimension name |
---|
11 | FullTitle with the configuration title |
---|
12 | ShortTitle with the measure title (appears as column heading in results) |
---|
13 | 4. Watch out for exceptions: Years available, Geographies (County vs State) and Grades (HS, MS) available, Multi-categories |
---|
14 | Missing years need different year section files, dimensions, and possibly data issues file |
---|
15 | this means more dimensions and section files need to be included at bottom of file |
---|
16 | and the not used/not applicable files and Years will need to be excluded in each configuration |
---|
17 | Missing Geographies and Grades (HS, MS) will need to have configurations commented out or deleted |
---|
18 | Multi-Category, no FocusLevel section, use _SeriesGroupByDimensionName parameter, different .def files |
---|
19 | 5. Make sure there is a text file with the question wording names with the dimension name |
---|
20 | --> |
---|
21 | |
---|
22 | |
---|
23 | <NAME>HS_AlcRideDrnkDrive</NAME> <!-- We are using the Indicator Dimension name --> |
---|
24 | <TITLE>Maryland Youth Risk Behavior Survey and Youth Tobacco Survey (YRBS/YTS) Data</TITLE> |
---|
25 | <DESCRIPTION>Maryland Youth Risk Behavior Survey and Youth Tobacco Survey (YRBS/YTS) Data</DESCRIPTION> |
---|
26 | <VERSION>March 12, 2020</VERSION> |
---|
27 | <ORG_UNIT_NAME>YRBS</ORG_UNIT_NAME> |
---|
28 | |
---|
29 | <PARAMETERS> |
---|
30 | <PARAMETER> |
---|
31 | <NAME>config</NAME> |
---|
32 | <VALUE>C:\ibisq\qModules\yrbs\YRBS.cfg</VALUE> |
---|
33 | </PARAMETER> |
---|
34 | <PARAMETER> |
---|
35 | <NAME>sas</NAME> |
---|
36 | <VALUE>0</VALUE> |
---|
37 | </PARAMETER> |
---|
38 | <PARAMETER> |
---|
39 | <NAME>test</NAME> |
---|
40 | <VALUE>0</VALUE> |
---|
41 | </PARAMETER> |
---|
42 | <PARAMETER> |
---|
43 | <NAME>spvar1</NAME> |
---|
44 | <VALUE>VName</VALUE> <!-- SAS VAR name that gets inserted in the .def file --> |
---|
45 | <PARAMETER> |
---|
46 | <NAME>spvar2</NAME> |
---|
47 | <VALUE>%AlcRideDrnkDrive%</VALUE> <!-- Dimension Value Selected by the User --> |
---|
48 | </PARAMETER> |
---|
49 | </PARAMETER> |
---|
50 | <PARAMETER> |
---|
51 | <NAME>filter_exclude</NAME> |
---|
52 | <VALUE>AlcRideDrnkDrive</VALUE> <!-- Dimension Name --> |
---|
53 | </PARAMETER> |
---|
54 | |
---|
55 | </PARAMETERS> |
---|
56 | |
---|
57 | <QUERY_CONFIGURATION_SELECTION> |
---|
58 | <LOCAL_URL>query/selection/yrbs/YRBSSelection.html</LOCAL_URL> |
---|
59 | <TITLE>YRBS</TITLE> |
---|
60 | </QUERY_CONFIGURATION_SELECTION> |
---|
61 | |
---|
62 | <QUERY_APPLICATION_HTTP_REQUEST_TYPE>post</QUERY_APPLICATION_HTTP_REQUEST_TYPE> |
---|
63 | |
---|
64 | <CONFIGURATIONS> |
---|
65 | |
---|
66 | <CONFIGURATION><NAME>Crude</NAME><!-- Need to figure out if I need _HS --> |
---|
67 | <TITLE>Ride with driver who drank alcohol, High Schools</TITLE><!-- Short Title, this is the title on the Query Builder page --> |
---|
68 | <DESCRIPTION><ibis:include href='text/AlcRideDrnkDrive.xml'/></DESCRIPTION><!-- need to adjust path --> |
---|
69 | <DEFAULT_CATEGORY_DIMENSION_NAME>GeoProxy</DEFAULT_CATEGORY_DIMENSION_NAME> <!-- Defines what the default category dimension be, year, or if Geo, GeoProxy, or someting named STATE so no map --> |
---|
70 | <DEFAULT_CHART_NAME>GroupedHorzBar</DEFAULT_CHART_NAME><!-- are we going to set a chart? --> |
---|
71 | <MEASURES> |
---|
72 | <MEASURE> |
---|
73 | <NAME>Percent</NAME> |
---|
74 | <!-- <TITLE>Ride with driver who drank alcohol</TITLE> --> <!-- Short Title, this is the Map Legend, Chart Title and Data Table column Title --> |
---|
75 | <TITLE>Percentage with selected condition</TITLE><!-- Short Title, this is the Map Legend, Chart Title and Data Table column Title --> |
---|
76 | <DESCRIPTION><ibis:include href='text/AlcRideDrnkDrive.xml'/></DESCRIPTION> <!-- need to adjust path --> |
---|
77 | <XSLT_FORMAT_PATTERN>0.0'%'</XSLT_FORMAT_PATTERN> |
---|
78 | <NUMERATOR> |
---|
79 | <TITLE>Estimated Number of Youth in Maryland with Selected Behavior (weighted n)</TITLE> |
---|
80 | <DESCRIPTION>Number of Surveyed Youth With the Given Response</DESCRIPTION> |
---|
81 | <XSLT_FORMAT_PATTERN>,##0</XSLT_FORMAT_PATTERN> |
---|
82 | </NUMERATOR> |
---|
83 | <DENOMINATOR> |
---|
84 | <TITLE>Estimated Total Population Size (excludes unknown responses)</TITLE> |
---|
85 | <DESCRIPTION>Total Number of Surveys in the Sample</DESCRIPTION> |
---|
86 | <XSLT_FORMAT_PATTERN>,##0</XSLT_FORMAT_PATTERN> |
---|
87 | </DENOMINATOR> |
---|
88 | <LOWER_CONFIDENCE_LIMIT> |
---|
89 | <TITLE>Lower Limit of 95% Confidence Interval</TITLE> |
---|
90 | <DESCRIPTION>Confidence Bounds - Lower Limit. |
---|
91 | The confidence interval may be thought of as the range |
---|
92 | of probable true values for a statistic. |
---|
93 | </DESCRIPTION> |
---|
94 | </LOWER_CONFIDENCE_LIMIT> |
---|
95 | <UPPER_CONFIDENCE_LIMIT> |
---|
96 | <TITLE>Upper Limit of 95% Confidence Interval</TITLE> |
---|
97 | <DESCRIPTION>Confidence Bounds - Upper Limit. |
---|
98 | The confidence interval may be thought of as the range |
---|
99 | of probable true values for a statistic. |
---|
100 | </DESCRIPTION> |
---|
101 | </UPPER_CONFIDENCE_LIMIT> |
---|
102 | </MEASURE> |
---|
103 | <MEASURE> |
---|
104 | <NAME>Reliability_Flag</NAME> |
---|
105 | <TITLE>Statistical Stability</TITLE> |
---|
106 | <DESCRIPTION>Statistical stability indicator.</DESCRIPTION> |
---|
107 | <XSLT_FORMAT_PATTERN>#</XSLT_FORMAT_PATTERN> |
---|
108 | </MEASURE> |
---|
109 | </MEASURES> |
---|
110 | <PARAMETERS> |
---|
111 | <PARAMETER> |
---|
112 | <NAME>func</NAME> |
---|
113 | <VALUE>RateCrude.def</VALUE> |
---|
114 | </PARAMETER> |
---|
115 | </PARAMETERS> |
---|
116 | |
---|
117 | <DATA_SOURCES> |
---|
118 | <ibis:include href='../data_source/YRBS.xml'/> |
---|
119 | </DATA_SOURCES> |
---|
120 | <DATA_NOTES> |
---|
121 | <DATA_NOTE><TITLE>Question Wording:</TITLE> |
---|
122 | <ibis:include href='../text/AlcRideDrnkDrive.xml'/> <!-- may need to figure out path --> |
---|
123 | </DATA_NOTE> |
---|
124 | <ibis:include href='../data_note/YRBS_All.xml'/> |
---|
125 | </DATA_NOTES> |
---|
126 | <DATA_ISSUES> |
---|
127 | <ibis:include href='../data_issue/Denom.xml'/> |
---|
128 | <ibis:include href='../data_issue/GroupByInd.xml'/> |
---|
129 | <ibis:include href='../data_issue/SSample.xml'/> |
---|
130 | </DATA_ISSUES> |
---|
131 | |
---|
132 | </CONFIGURATION> |
---|
133 | |
---|
134 | </CONFIGURATIONS> |
---|
135 | |
---|
136 | <CRITERIA> |
---|
137 | <OVERVIEWS> |
---|
138 | <ibis:include href='../overview/Overview.xml'/> |
---|
139 | </OVERVIEWS> |
---|
140 | <SECTIONS> |
---|
141 | <SECTION> |
---|
142 | <NAME>FocusLevel</NAME> |
---|
143 | <TITLE>INDICATOR: Riding with a drinking driver</TITLE> <!-- Step 1 Uses the Long/Full Title --> |
---|
144 | <SELECTED_DIMENSIONS> |
---|
145 | <SELECTED_DIMENSION> |
---|
146 | <NAME>AlcRideDrnkDrive</NAME> |
---|
147 | <VALUES><VALUE>1</VALUE></VALUES> |
---|
148 | </SELECTED_DIMENSION> |
---|
149 | </SELECTED_DIMENSIONS> |
---|
150 | <SELECTIONS> |
---|
151 | <TITLE>Select the percentage to calculate.</TITLE> |
---|
152 | <VALUE>FocusLevel</VALUE> |
---|
153 | <HELP> |
---|
154 | <TITLE>Question</TITLE> |
---|
155 | <ibis:include href='../text/AlcRideDrnkDrive.xml'/> |
---|
156 | </HELP> |
---|
157 | <SELECTION_TYPE><SINGLE/></SELECTION_TYPE> |
---|
158 | <DIMENSION_NAME>AlcRideDrnkDrive</DIMENSION_NAME> |
---|
159 | </SELECTIONS> |
---|
160 | </SECTION> |
---|
161 | <!-- Include all other sections needed for this module, and excluded unwanted sections as needed in each configuration --> |
---|
162 | <ibis:include href='section/Geo.xml'/> |
---|
163 | <ibis:include href='section/Year.xml'/> |
---|
164 | <ibis:include href='section/Age.xml'/> |
---|
165 | <ibis:include href='section/GradeHS.xml'/> |
---|
166 | <ibis:include href='section/Sex.xml'/> |
---|
167 | <ibis:include href='section/RaceEth.xml'/> |
---|
168 | </SECTIONS> |
---|
169 | |
---|
170 | </CRITERIA> |
---|
171 | |
---|
172 | <DIMENSIONS> <!-- Include all dimensions needed for this module, and excluded unwanted dimensions as needed in each configuration --> |
---|
173 | <ibis:include href='dimension/indicator/AlcRideDrnkDrive.xml'/> |
---|
174 | |
---|
175 | <ibis:include href='dimension/GeoProxy.xml'/> |
---|
176 | <ibis:include href='dimension/GeoCounty.xml'/> |
---|
177 | <!-- |
---|
178 | <ibis:include href='dimension/GeoRegion7.xml'/> |
---|
179 | <ibis:include href='dimension/GeoRegion6.xml'/> |
---|
180 | <ibis:include href='dimension/GeoRegion5.xml'/> |
---|
181 | <ibis:include href='dimension/StateUrbanRur.xml'/> |
---|
182 | --> |
---|
183 | <ibis:include href='dimension/StateOverall.xml'/> |
---|
184 | <ibis:include href='dimension/YearProxy.xml'/> |
---|
185 | <ibis:include href='dimension/Year18.xml'/> |
---|
186 | <ibis:include href='dimension/Age.xml'/> |
---|
187 | <ibis:include href='dimension/GradeProxy.xml'/> |
---|
188 | <ibis:include href='dimension/GradeHS.xml'/> |
---|
189 | <ibis:include href='dimension/Sex.xml'/> |
---|
190 | <ibis:include href='dimension/RaceEthProxy.xml'/> |
---|
191 | <ibis:include href='dimension/RACEEth.xml'/> |
---|
192 | <ibis:include href='dimension/Race6Cat.xml'/> |
---|
193 | <ibis:include href='dimension/Race7Cat.xml'/> |
---|
194 | <ibis:include href='dimension/Race8Cat.xml'/> |
---|
195 | <!-- CROSS BY INDICATORS --> |
---|
196 | |
---|
197 | |
---|
198 | </DIMENSIONS> |
---|
199 | </QUERY_MODULE> |
---|