<!-- 
This DTD has been created for the Georiga Courts Automation Commission's Electronic Court Filing Interoperability Pilot Project.  Elements for use with the Legal XML Court Filing DTD, published July 27th, 2001.  These elements are to be used in the Civil element in the Legal XML Court Filing DTD where ANY content is allowed.  

Georgia Courts Automation Commission, 2001.06.28
Winchel 'Todd' Vincent III (winchel@mindspring.com)

-->

<!ELEMENT GeorgiaCoverSheet (GeorgiaGeneralCivil | GeorgiaDomesticRelations)>
<!ELEMENT CivilType (#PCDATA)>
<!ATTLIST CivilType
	CaseType (Contract-Account | Will-Estate | RealProperty | Dispossessory-Distress | PersonalProperty | Equity | HabeasCorpus | Appeals-Reviews | PostJudgmentGarnishmentAttachmentOrOtherRelief | Non-DomesticContempt | Tort | OtherGeneralCivil) #REQUIRED
>
<!ELEMENT DomesticRelationsType (#PCDATA)>
<!ATTLIST DomesticRelationsType
	CaseType (Divorce | SeparateMaintenance | Adoption | Paternity | InterstateSupportEnforcementAction | DomesticationOfForeignCustodyDecree | Modification-CustodyOrVisitation | Modification-ChildSupportAndAlimony | Modification-ChildSupport | Modification-Alimony | Contempt-CustodyOrVisitation | Contempt-ChildSupportAndAlimony | Contempt-ChildSupport | Contempt-Alimony | OtherDomesticContempt | OtherDomesticRelations) #REQUIRED
>
<!ELEMENT ExparteReliefGranted EMPTY>
<!ATTLIST ExparteReliefGranted
	Answer (Yes | No) #REQUIRED
>
<!ELEMENT ExparteReliefRequested EMPTY>
<!ATTLIST ExparteReliefRequested
	Answer (Yes | No) #REQUIRED
>
<!ELEMENT FamilyViolence (ReliefRequested, ExparteReliefRequested, ExparteReliefGranted)>

<!ELEMENT GeorgiaDomesticRelations (DomesticRelationsType+, FamilyViolence)>
<!ELEMENT GeorgiaGeneralCivil (NumberOfPlaintiffs, NumberOfDefendants, CivilType+, Tort?)>
<!ELEMENT NumberOfDefendants (#PCDATA)>
<!ELEMENT NumberOfPlaintiffs (#PCDATA)>
<!ELEMENT ReliefRequested EMPTY>
<!ATTLIST ReliefRequested
	Answer (Yes | No) #REQUIRED
>
<!ELEMENT Tort (#PCDATA)>
<!ATTLIST Tort
	CaseType (AutoAccident | PremisesLiability | MedicalMalpractice | OtherProfessionalNegligence | ProductLiability | Other) #REQUIRED
	PunitiveDamages (Yes | No) #REQUIRED
>
