<siedrs_data> <!-- XML root tag (similar to a file name).  This tag must be present, first, and appear only once. -->
	<control_totals> <!-- Group level tag.  Must be present and appear only once.  Denotes start of file control totals -->
		<employer_count></employer_count> <!-- Count of employers (Account IDs) in this file. -->
		<claim_count></claim_count> <!-- Total number of claims in this file.  Each claim can only appear once. -->
	</control_totals> <!-- Closing tag -->
	<extract_data> <!--Group level tag.  Denotes start of extract data.  Must be present and appear only once. -->
		<claim_data_for_employer> <!--Group level tag.  Denotes start of data for an employer. Must be present and appear at least once.-->
			<account_id></account_id> <!--Each Account ID can appear only once. -->
			<claim_count_for_employer></claim_count_for_employer> <!-- Total number of claim records in this file for this employer. -->
			<claim_data> <!--Group level tag.  Denotes start of claim data for an employer.  Can appear no more than once per employer. -->
				<claim_elements> <!--Group level tag.  Denotes start of data elements for a claim.  Can appear only once per claim. -->
					<submitter_transaction_id></submitter_transaction_id> <!--An optional identifier that can be populated by submitters to identify individual claim records within this file. -->
					<ubi></ubi>
					<clm_number></clm_number>
					<clm_risk_class></clm_risk_class>
					<clm_date_entered></clm_date_entered>
					<clm_closed_date></clm_closed_date>
					<clm_last_date_worked></clm_last_date_worked>
					<clm_body_part_code></clm_body_part_code>
					<clm_cause_of_injury_code></clm_cause_of_injury_code>
					<clm_nature_of_injury_code></clm_nature_of_injury_code>
					<clm_injury_date></clm_injury_date>
					<clm_injury_time></clm_injury_time>
					<clm_legal_paid_to_date></clm_legal_paid_to_date>
					<clm_voc_paid_to_date></clm_voc_paid_to_date>
					<clm_medical_paid_to_date></clm_medical_paid_to_date>
					<clm_reserved_total></clm_reserved_total>
					<clm_expense_paid_to_date></clm_expense_paid_to_date>
					<claimant_elements> <!--Group level tag.  Denotes start of claimant data elements.  Can appear no more than once per claim. -->
						<clmt_first_name></clmt_first_name>
						<clmt_last_name></clmt_last_name>
						<clmt_mid_name></clmt_mid_name>
						<clmt_soc_sec_num></clmt_soc_sec_num>
						<clmt_gender_code></clmt_gender_code>
						<clmt_martl_stat_code></clmt_martl_stat_code>
						<clmt_birth_date></clmt_birth_date>
						<clmt_phn_num></clmt_phn_num>
						<clmt_mailing_address> <!--Group level tag.  Denotes start of mailing address elements.  Can appear no more than once per claim. -->
							<clmt_mail_addr_line1></clmt_mail_addr_line1>
							<clmt_mail_addr_line2></clmt_mail_addr_line2>
							<clmt_mail_addr_line3></clmt_mail_addr_line3>
							<clmt_mail_city_name></clmt_mail_city_name>
							<clmt_mail_state_abbr></clmt_mail_state_abbr>
							<clmt_mail_zip_code></clmt_mail_zip_code>
							<clmt_mail_foreign_cntry_name></clmt_mail_foreign_cntry_name>
						</clmt_mailing_address> <!-- Closing tag-->
						<clmt_rsdnt_address> <!--Group level tag.  Denotes start of residence address elements.  Can appear no more than once per claim. -->
							<clmt_rsdnt_addr_line1></clmt_rsdnt_addr_line1>
							<clmt_rsdnt_addr_line2></clmt_rsdnt_addr_line2>
							<clmt_rsdnt_addr_line3></clmt_rsdnt_addr_line3>
							<clmt_rsdnt_city_name></clmt_rsdnt_city_name>
							<clmt_rsdnt_state_abbr></clmt_rsdnt_state_abbr>
							<clmt_rsdnt_zip_code></clmt_rsdnt_zip_code>
							<clmt_rsdnt_foreign_cntry_name></clmt_rsdnt_foreign_cntry_name>
						</clmt_rsdnt_address> <!-- Closing tag-->
					</claimant_elements> <!-- Closing tag-->
					<payment_data> <!--Group level tag.  Denotes start of payment records.  Can appear no more than once per claim.-->
						<payment_elements> <!--Group level tag.  Denotes start of elements for a payment.  Can appear more than once per claim.-->
							<submitter_payment_id></submitter_payment_id> <!--An optional identifier that can be populated by submitters to identify individual payments.-->
							<payment_amt></payment_amt>
							<payment_from_date></payment_from_date>
							<payment_to_date></payment_to_date>
							<paid_date></paid_date>
							<payee></payee>
							<payment_type_code></payment_type_code>
						</payment_elements> <!-- Closing tag-->
					</payment_data> <!-- Closing tag-->
				</claim_elements> <!-- Closing tag-->
			</claim_data> <!-- Closing tag-->
		</claim_data_for_employer> <!-- Closing tag-->
	</extract_data> <!-- Closing tag-->
</siedrs_data> <!-- Closing root tag-->
