<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:fo="http://www.w3.org/1999/XSL/Format" xmlns:cse="http://schema.gaaoc.us/body/ga/washington/document/cse/2.0/document-schema.xsd" xmlns:js="http://schema.gaaoc.us/body/ga/washington/document/cse/2.0/extension" xmlns:j="http://www.it.ojp.gov/jxdm/3.0.2" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:fn="http://www.w3.org/2005/xpath-functions" xmlns:xdt="http://www.w3.org/2005/xpath-datatypes">
	<xsl:variable name="fo:layout-master-set">
		<fo:layout-master-set>
			<fo:simple-page-master master-name="default-page" page-height="11in" page-width="8.5in" margin-left="0.5in" margin-right="0.5in">
				<fo:region-body margin-top="0.5in" margin-bottom="0.5in"/>
			</fo:simple-page-master>
		</fo:layout-master-set>
	</xsl:variable>
	<xsl:output version="1.0" encoding="UTF-8" indent="no" omit-xml-declaration="no" media-type="text/html"/>
	<xsl:template match="/">
		<fo:root>
			<xsl:copy-of select="$fo:layout-master-set"/>
			<fo:page-sequence master-reference="default-page" initial-page-number="1" format="1">
				<fo:flow flow-name="xsl-region-body">
					<fo:block font-size="12pt" font-weight="bold" text-align="center">
						<fo:inline>IN THE&#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:CourtTypeCode">
							<xsl:if test=".  = &quot;SUP&quot;">
								<fo:inline>SUPERIOR</fo:inline>
							</xsl:if>
						</xsl:for-each>
						<fo:inline> COURT OF </fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:OrganizationLocation/j:LocationAddress/j:LocationCountyName">
							<xsl:if test=".  = &quot;Fulton&quot;">
								<fo:inline>FULTON</fo:inline>
							</xsl:if>
						</xsl:for-each>
						<fo:inline> COUNTY</fo:inline>
					</fo:block>
					<fo:block font-size="12pt" font-weight="bold" text-align="center" padding-bottom="0.5cm">
						<fo:inline>STATE OF&#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:OrganizationLocation/j:LocationAddress/j:LocationStateCode.USPostalService">
							<xsl:if test=".  = &quot;GA&quot;">
								<fo:inline>GEORGIA</fo:inline>
							</xsl:if>
						</xsl:for-each>
					</fo:block>
					<fo:table table-layout="fixed" width="100%">
						<fo:table-column/>
						<fo:table-column/>
						<fo:table-body>
							<fo:table-row>
								<fo:table-cell border-bottom-style="none" border-left-style="none" border-right-style="none" border-top-style="none" border-style="solid" border-width="0pt" border-color="black" display-align="center" text-align="start">
									<fo:block font-size="12pt">
										<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseParticipants/j:CaseInitiatingParty.Organization/j:OrganizationName">
											<xsl:if test=".=&quot;The Georgia Department of Human Resources&quot;">
												<fo:inline font-weight="bold">THE GEORGIA DEPARTMENT OF HUMAN RESOURCES, ex. rel.,</fo:inline>
											</xsl:if>
										</xsl:for-each>
									</fo:block>
								</fo:table-cell>
								<fo:table-cell border-bottom-style="none" border-left-style="none" border-right-style="none" border-top-style="none" border-style="solid" border-width="0pt" border-color="black" display-align="center" text-align="start" padding-left="0.25cm">
									<fo:block font-size="12pt" font-weight="bold">
										<fo:inline>CIVIL ACTION CASE No. </fo:inline>
										<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:ActivityID/j:ID">
											<fo:inline>
												<xsl:apply-templates/>
											</fo:inline>
										</xsl:for-each>
									</fo:block>
								</fo:table-cell>
							</fo:table-row>
						</fo:table-body>
					</fo:table>
					<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseParticipants/j:CaseInitiatingParty.Person">
						<xsl:for-each select="j:PersonName">
							<fo:block font-size="12pt" font-weight="bold">
								<fo:inline>
									<xsl:for-each select="j:PersonGivenName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonMiddleName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonSurName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonSuffixName">
										<xsl:apply-templates/>
									</xsl:for-each>
								</fo:inline>
							</fo:block>
						</xsl:for-each>
					</xsl:for-each>
					<fo:block padding-bottom="0.2cm" font-size="12pt" font-weight="bold">
						<fo:inline>&#160;&#160;&#160;&#160;&#160;PLAINTIFF</fo:inline>
					</fo:block>
					<fo:block padding-bottom="0.2cm" font-size="12pt" font-weight="bold">
						<fo:inline>v.</fo:inline>
					</fo:block>
					<fo:block/>
					<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseParticipants/j:CaseDefendantParty.Person">
						<xsl:for-each select="j:PersonName">
							<fo:block font-size="12pt" font-weight="bold">
								<fo:inline>
									<xsl:for-each select="j:PersonGivenName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonMiddleName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonSurName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonSuffixName">
										<xsl:apply-templates/>
									</xsl:for-each>
								</fo:inline>
							</fo:block>
						</xsl:for-each>
					</xsl:for-each>
					<fo:block padding-bottom="0.2cm" font-size="12pt" font-weight="bold">
						<fo:inline>&#160;&#160;&#160;&#160;&#160;DEFENDANT</fo:inline>
					</fo:block>
					<fo:block text-align="center" padding-bottom="0.5cm" font-size="12pt" font-weight="bold" text-decoration="underline">
						<fo:inline>SUMMONS AND RULE NISI</fo:inline>
					</fo:block>
					<fo:block padding-bottom="0.5cm" font-size="12pt">
						<fo:inline>TO:&#160;&#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseParticipants/j:CaseDefendantParty.Person">
							<xsl:for-each select="j:PersonName">
								<fo:inline>
									<fo:inline>
										<xsl:for-each select="j:PersonGivenName">
											<xsl:apply-templates/>
										</xsl:for-each>
										<fo:inline>&#160;</fo:inline>
										<xsl:for-each select="j:PersonMiddleName">
											<xsl:apply-templates/>
										</xsl:for-each>
										<fo:inline>&#160;</fo:inline>
										<xsl:for-each select="j:PersonSurName">
											<xsl:apply-templates/>
										</xsl:for-each>
										<xsl:for-each select="j:PersonSuffixName">
											<xsl:apply-templates/>
										</xsl:for-each>
									</fo:inline>
								</fo:inline>
							</xsl:for-each>
							<xsl:for-each select="j:PrimaryContactInformation/j:ContactMailingAddress">
								<fo:inline>
									<xsl:for-each select="j:LocationStreet/j:StreetFullText">
										<fo:inline>,&#160;</fo:inline>
										<xsl:apply-templates/>
										<fo:inline>,&#160;</fo:inline>
									</xsl:for-each>
									<xsl:for-each select="j:LocationStreet/j:StreetExtensionText">
										<xsl:apply-templates/>
										<fo:inline>,&#160;</fo:inline>
									</xsl:for-each>
									<xsl:for-each select="j:LocationCityName">
										<xsl:apply-templates/>
										<fo:inline>,&#160;</fo:inline>
									</xsl:for-each>
									<xsl:for-each select="j:LocationStateCode.USPostalService">
										<xsl:apply-templates/>
										<fo:inline>&#160;&#160;</fo:inline>
									</xsl:for-each>
									<xsl:for-each select="j:LocationPostalCodeID/j:ID">
										<xsl:apply-templates/>
										<fo:inline>;&#160;</fo:inline>
									</xsl:for-each>
								</fo:inline>
							</xsl:for-each>
							<fo:block font-size="12pt">
								<xsl:for-each select="j:Employment">
									<fo:inline>
										<fo:inline>&#160;&#160;&#160;&#160;&#160;</fo:inline>
										<xsl:for-each select="j:EmploymentEmployerName">
											<xsl:apply-templates/>
										</xsl:for-each>
										<fo:inline>,&#160;</fo:inline>
										<xsl:for-each select="j:EmploymentLocation/j:LocationAddress">
											<xsl:for-each select="j:LocationStreet/j:StreetFullText">
												<xsl:apply-templates/>
											</xsl:for-each>
											<fo:inline>,&#160;</fo:inline>
											<xsl:for-each select="j:LocationCityName">
												<xsl:apply-templates/>
											</xsl:for-each>
											<fo:inline>,&#160;</fo:inline>
											<xsl:for-each select="j:LocationStateCode.USPostalService">
												<xsl:apply-templates/>
											</xsl:for-each>
											<fo:inline>&#160;&#160;</fo:inline>
											<xsl:for-each select="j:LocationPostalCodeID/j:ID">
												<xsl:apply-templates/>
											</xsl:for-each>
										</xsl:for-each>
									</fo:inline>
								</xsl:for-each>
							</fo:block>
						</xsl:for-each>
					</fo:block>
					<fo:block text-indent="1cm" font-size="12pt" line-height="18pt">
						<fo:inline>The above named Plaintiff having filed a complaint in the&#160;</fo:inline>
						<fo:inline>
							<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:CourtTypeCode">
								<xsl:if test=".  = &quot;SUP&quot;">
									<fo:inline>Superior</fo:inline>
								</xsl:if>
							</xsl:for-each>
							<fo:inline> Court of </fo:inline>
							<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:OrganizationLocation/j:LocationAddress/j:LocationCountyName">
								<fo:inline font-weight="bold">
									<xsl:apply-templates/>
								</fo:inline>
							</xsl:for-each>
							<fo:inline> County</fo:inline>
							<fo:inline>,&#160; </fo:inline>
							<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:OrganizationLocation/j:LocationAddress/j:LocationStateCode.USPostalService">
								<xsl:if test=".  = &quot;GA&quot;">
									<fo:inline>Georgia</fo:inline>
								</xsl:if>
							</xsl:for-each>
							<fo:inline>, alleging that you have refused and neglected to provide adequate support for your minor child(ren) for whose support you are legally responsible and chargeable.</fo:inline>
						</fo:inline>
					</fo:block>
					<fo:block text-indent="1cm" font-size="12pt" line-height="18pt">
						<fo:inline>NOW, THEREFORE, you are ordered to be and appear before me, the Judge of the </fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:CourtTypeCode">
							<xsl:if test=".  = &quot;SUP&quot;">
								<fo:inline>Superior</fo:inline>
							</xsl:if>
						</xsl:for-each>
						<fo:inline> Court in the above named County on </fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseHearing/j:CourtEventSchedule">
							<xsl:for-each select="j:ScheduleDate">
								<fo:inline>
									<xsl:apply-templates/>
								</fo:inline>
							</xsl:for-each>
							<fo:inline>&#160;at&#160;</fo:inline>
							<xsl:for-each select="j:ScheduleDayStartTime">
								<fo:inline>
									<xsl:apply-templates/>
								</fo:inline>
							</xsl:for-each>
						</xsl:for-each>
						<fo:inline>&#160;in the</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:OrganizationLocation/j:LocationAddress/j:LocationCountyName">
							<fo:inline>
								<xsl:apply-templates/>
							</fo:inline>
						</xsl:for-each>
						<fo:inline>&#160;County Courthouse and from day to day and term to term as the Court may direct to show cause why an Order as prayed for by the Plaintiff should not be entered, requiring you to furnish support for said child(ren) as required by law.</fo:inline>
					</fo:block>
					<fo:block text-indent="1cm" font-size="12pt" line-height="18pt">
						<fo:inline>HEREIN FAIL NOT UNDER PENALTY OF THE LAW.</fo:inline>
					</fo:block>
					<fo:block text-indent="1cm" font-size="12pt" line-height="18pt">
						<!-- This should be automated with date field that the judge signed.  Add Element to Schema -->
						<fo:inline>This the &#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingDate">
							<fo:inline>
								<xsl:apply-templates/>
							</fo:inline>
						</xsl:for-each>
						<fo:inline>.</fo:inline>
					</fo:block>
					<fo:block text-indent="1cm" font-size="12pt" line-height="18pt" text-align="right" padding-top="2cm" margin-right="2cm">
						<!-- This should be a check sum or other item from dig sig.  Add Element to Schema -->
						<fo:inline>__________________</fo:inline>
					</fo:block>
					<fo:block text-indent="1cm" font-size="12pt" line-height="18pt" text-align="right" margin-right="2cm">
						<fo:inline>Judge,&#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:CourtTypeCode">
							<xsl:if test=".  = &quot;SUP&quot;">
								<fo:inline>Superior</fo:inline>
							</xsl:if>
						</xsl:for-each>
						<fo:inline>&#160;Court</fo:inline>
					</fo:block>
					<fo:block text-indent="1cm" font-size="12pt" line-height="18pt" text-align="right" margin-right="2cm">
						<fo:inline>State of&#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseCourtEvent/j:CourtEventActivity/j:CourtActivityCourtOrder/j:CourtOrderIssuingCourt/j:OrganizationLocation/j:LocationAddress/j:LocationStateCode.USPostalService">
							<xsl:if test=".  = &quot;GA&quot;">
								<fo:inline>Georgia</fo:inline>
							</xsl:if>
						</xsl:for-each>
					</fo:block>
					<fo:block font-size="10pt" text-align="left">
						<fo:inline>Prepared By:</fo:inline>
					</fo:block>
					<fo:block font-size="10pt" text-align="left">
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseFiling/j:SubmissionSubmitter.Organization/j:OrganizationName">
							<xsl:if test=".=&quot;The Georgia Department of Human Resources, Office of Child Support Enforcement&quot;">
								<fo:inline>Child Support Enforcement</fo:inline>
							</xsl:if>
						</xsl:for-each>
					</fo:block>
					<fo:block font-size="10pt" text-align="left">
						<fo:inline>By:&#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseFiling/j:SubmissionSubmitter.Person">
							<xsl:for-each select="j:PersonName">
								<fo:inline>
									<xsl:for-each select="j:PersonGivenName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonMiddleName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonSurName">
										<xsl:apply-templates/>
									</xsl:for-each>
									<fo:inline>&#160;</fo:inline>
									<xsl:for-each select="j:PersonSuffixName">
										<xsl:apply-templates/>
									</xsl:for-each>
								</fo:inline>
							</xsl:for-each>
						</xsl:for-each>
					</fo:block>
					<fo:block font-size="10pt" text-align="left">
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseFiling/j:SubmissionSubmitter.Person/j:Employment/j:EmploymentPositionName">
						<xsl:apply-templates/>
						</xsl:for-each>
					</fo:block>
					<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseFiling/j:SubmissionSubmitter.Organization/j:OrganizationLocation/j:LocationAddress">
						<fo:block font-size="10pt" text-align="left">
							<xsl:for-each select="j:LocationStreet/j:StreetFullText">
								<xsl:apply-templates/>
							</xsl:for-each>
						</fo:block>
						<fo:block font-size="10pt" text-align="left">
							<xsl:for-each select="j:LocationStreet/j:StreetExtensionText">
								<xsl:apply-templates/>
							</xsl:for-each>
						</fo:block>
						<fo:block font-size="10pt" text-align="left">
							<xsl:for-each select="j:LocationCityName">
								<xsl:apply-templates/>
							</xsl:for-each>
							<fo:inline>,&#160;</fo:inline>
							<xsl:for-each select="j:LocationStateCode.USPostalService">
								<xsl:apply-templates/>
							</xsl:for-each>
							<fo:inline>&#160;&#160;</fo:inline>
							<xsl:for-each select="j:LocationPostalCodeID/j:ID">
								<xsl:apply-templates/>
							</xsl:for-each>
						</fo:block>
					</xsl:for-each>
					<fo:block font-size="10pt" text-align="left">
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseFiling/j:SubmissionSubmitter.Person/j:PrimaryContactInformation/j:ContactTelephoneNumber/j:TelephoneNumberFullID">
							<xsl:apply-templates/>
						</xsl:for-each>
					</fo:block>
					<fo:block font-size="10pt" text-align="left">
						<fo:inline>Ga. State Bar No.: GB</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseParticipants/j:CaseProsecutionAttorney/j:JudicialOfficialBarMembership/j:JudicialOfficialBarID/j:ID">
							<xsl:apply-templates/>
						</xsl:for-each>
					</fo:block>
					<fo:block font-size="10pt" text-align="left">
						<fo:inline>CSE Case No.:&#160;&#160;</fo:inline>
						<xsl:for-each select="cse:ChildSupportEnforcementFiling/js:ChildSupportPackage/j:Case/j:CaseOtherID/j:ID">
							<xsl:apply-templates/>
						</xsl:for-each>
					</fo:block>
					<fo:block font-size="12pt" font-weight="bold" text-align="center" padding-top="0.5cm">
						<fo:inline>SETTLEMENT OF YOUR CASE MAY BE POSSIBLE PRIOR TO COURT</fo:inline>
					</fo:block>
					<fo:block font-size="12pt" font-weight="bold" text-align="center">
						<fo:inline>BY CALLING CHILD SUPPORT ENFORCEMENT</fo:inline>
					</fo:block>
				</fo:flow>
			</fo:page-sequence>
		</fo:root>
	</xsl:template>
</xsl:stylesheet>

