XML Root element. A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.
<xs:element name="Sources" type="hmis:sources"><xs:annotation><xs:documentation xml:lang="en">XML Root element. A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Source" type="hmis:source" minOccurs="1" maxOccurs="unbounded"><xs:annotation><xs:documentation xml:lang="en">A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SourceID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Source's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="SoftwareVendor" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">The name of the software provider generating this XML.</xs:documentation></xs:annotation></xs:element>
Version number of the software being used by the software provider.
Diagram
Type
xs:string
Properties
content
simple
Source
<xs:element name="SoftwareVersion" type="xs:string"><xs:annotation><xs:documentation xml:lang="en">Version number of the software being used by the software provider.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SourceContactEmail" type="hmis:email" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Email address of the person to contact about this XML data.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SourceContactExtension" type="hmis:extension" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Used with SourceContactPhone to contact the person who can answer questions about this XML.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SourceContactFirst" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">First name of the person to contact about this XML data.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SourceContactLast" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Last name of the person to contact about this XML data.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SourceContactPhone" type="hmis:phoneNumber" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Phone number of the person to contact about this XML data; used with SourceContactExtension.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SourceName" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">A general text desrciption of what organization is sending this XML data. Perhaps the Agency or Program name generating this XML data.</xs:documentation></xs:annotation></xs:element>
An export is a set of data being transmitted for a specific purpose (see ExportType). A single XML file can have many different Exports of different types and date ranges.
<xs:element name="ExportID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Export's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExportDate" type="xs:dateTime"><xs:annotation><xs:documentation xml:lang="en">Time the export was performed.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExportPeriod" type="hmis:dateRangeCapped" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">The date range bounding the data set being transmitted. Used with ExportPeriodType to clarify what the date range represents.</xs:documentation></xs:annotation></xs:element>
Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.
enumeration
effective
Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.
enumeration
reportingPeriod
‘reportingPeriod’ exports include all records needed for reporting on clients and enrollments active in the export period. This will include all records in Enrollments (regardless of informationDate, dateCreated, dateUpdated, etc.), client files, and project descriptor files associated with a ProjectEntryID where: ProjectEntryDate is on or before the Export.EndDate; Project.ExitDate is null OR Project.ExitDate is on or after the Export.StartDate; ProjectID is associated with a project selected by a user for export OR the user did not choose to filter the export by Project; A CoCCode associated with the ProjectEntryID matches a CoCCode selected by a user for export OR the user did not choose to filter the export by CoCCode.
enumeration
other
The ‘other’ type of ExportPeriodType is used to identify exports in which records were selected based upon parameters mutually agreed upon by the sender and recipient of the XML data."
Source
<xs:element name="ExportPeriodType" type="hmis:exportPeriodType" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Pick one of the types to specify the definition of export period being used in ExportPeriod.</xs:documentation></xs:annotation></xs:element>
The data contained in this file is meant to be synchronized with an existing data set.
enumeration
fullRefresh
The data contained in this file is meant to replace an existing data set for the export period.
Source
<xs:element name="ExportDirective" type="hmis:exportDirective" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="AffiliationID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Affiliation's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="PersonalID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.13.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.13.</xs:documentation></xs:annotation></xs:element>
<xs:element name="FirstName" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.1, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.1.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MiddleName" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.1, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.1.</xs:documentation></xs:annotation></xs:element>
<xs:element name="LastName" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.1, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.1.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NameSuffix" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.1, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.1.</xs:documentation></xs:annotation></xs:element>
<xs:element name="NameDataQuality" type="hmis:nameDataQuality"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.1, #5.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.1.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SSN" type="hmis:ssn"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.2, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.2.</xs:documentation><xs:documentation xml:lang="en">Unknown SSN digits should be indicated with a lower case "x".</xs:documentation></xs:annotation></xs:element>
<xs:element name="SSNDataQuality" type="hmis:ssnDataQuality"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.2, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.2.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 3.3, #1.
See May 2014 HMIS Data Manual, Section 3.3.
Diagram
Type
xs:date
Properties
content
simple
Source
<xs:element name="DOB" type="xs:date"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.3, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.3.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DOBDataQuality" type="hmis:dobDataQuality"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.3, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.3.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Gender" type="hmis:gender"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.6, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.6.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Ethnicity" type="hmis:ethnicity"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.5, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.5.</xs:documentation></xs:annotation></xs:element>
<xs:element name="VeteranStatus" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.7, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.7.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="CommercialSexualExploitationID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the CommercialSexualExploitation's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExchangeForSexPastThreeMonths" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.35, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation></xs:annotation></xs:element>
<xs:element name="CountOfExchangeForSex" type="hmis:countOfExchangeForSex" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.35, #1A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation></xs:annotation></xs:element>
<xs:element name="AskedOrForcedToExchangeForSex" type="hmis:askedOrForcedToExchangeForSex" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.35, #1B.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.35 Commercial Sexual Exploitation".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ConnectionWithSOARID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the ConnectionWithSOARID's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Exit ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ConnectionWithSOAR" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.21, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.21 Connection with SOAR".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="DateOfEngagementID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the DateOfEngagement's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.13, #1.
See May 2014 HMIS Data Manual, "Section 4.13."
Diagram
Type
xs:date
Properties
content
simple
Source
<xs:element name="DateOfEngagement" type="xs:date"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.13, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Section 4.13."</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="DisabilitiesID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
The permissible values correspond to the decimal values of the corresponding disability types. 4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".
<xs:element name="DisabilityType" type="hmis:disabilityType"><xs:annotation><xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding disability types. 4.5 Physical Disability is "5" and 4.10 Substance Abuse is "10".</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.5-4.10, Response #2. Permissable values vary depending on which disability type is declared. The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.
See May 2014 HMIS Data Manual, "Section 4.5-4.10."
Diagram
Type
xs:nonNegativeInteger
Properties
content
simple
Source
<xs:element name="DisabilityResponse" type="xs:nonNegativeInteger"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.5-4.10, Response #2. Permissable values vary depending on which disability type is declared. The values are contined with "Field and Response(s) 2" within 4.5 through 4.10.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Section 4.5-4.10."</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="DomesticViolenceID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the DomesticViolence's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="EmploymentID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Employment's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Enrollment's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="PersonalID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Client's ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the associated Project's ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="EntryDate" type="xs:date"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.10.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.10.</xs:documentation></xs:annotation></xs:element>
<xs:element name="HouseholdID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.14.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.14.</xs:documentation></xs:annotation></xs:element>
Head of household’s other relation member (other relation to head of household)
enumeration
5
Other: non-relation member
Source
<xs:element name="RelationshipToHoH" type="hmis:relationshipToHoH"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.15.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.15.</xs:documentation></xs:annotation></xs:element>
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration
2
Transitional housing for homeless persons (including homeless youth)
enumeration
3
Permanent housing for formerly homeless persons (such as: CoC project; HUD legacy programs; or HOPWA PH)
enumeration
4
Psychiatric hospital or other psychiatric facility
enumeration
5
Substance abuse treatment facility or detox center
enumeration
6
Hospital or other residential non-psychiatric medical facility
enumeration
7
Jail, prison or juvenile detention facility
enumeration
8
Client doesn’t know
enumeration
9
Client refused
enumeration
12
Staying or living in a family member’s room, apartment or house
enumeration
13
Staying or living in a friend’s room, apartment or house
enumeration
14
Hotel or motel paid for without emergency shelter voucher
enumeration
15
Foster care home or foster care group home
enumeration
16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration
17
Other
enumeration
18
Safe Haven
enumeration
19
Rental by client, with VASH subsidy
enumeration
20
Rental by client, with other ongoing housing subsidy
enumeration
21
Owned by client, with ongoing housing subsidy
enumeration
22
Rental by client, no ongoing housing subsidy
enumeration
23
Owned by client, no ongoing housing subsidy
enumeration
24
Long-term care facility or nursing home
enumeration
25
Rental by client, with GPD TIP subsidy
enumeration
26
Residential project or halfway house with no homeless criteria
enumeration
99
Data not collected
Source
<xs:element name="ResidencePrior" type="hmis:residencePrior" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.9.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OtherResidencePrior" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.9.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ResidencePriorLengthOfStay" type="hmis:residencePriorLengthOfStay" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.9.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DisablingCondition" type="hmis:fiveValDKRefused" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 3.8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 3.8.</xs:documentation></xs:annotation></xs:element>
Category 3 - Homeless only under other federal statutes
enumeration
6
Category 4 - Fleeing domestic violence
enumeration
8
Client doesn’t know
enumeration
9
Client refused
enumeration
99
Data not collected
Source
<xs:element name="HousingStatus" type="hmis:housingStatus" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.1.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="EnrollmentCoCID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the EnrollmentCoC's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment's ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectCoCID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to a ProjectCoC</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ExitID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ExitHousingAssessment" type="hmis:exitHousingAssessment"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.19</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitHousingAssessmentID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the ExitHousingAssessment's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
Able to maintain the housing they had at project entry
enumeration
2
Moved to new housing unit
enumeration
3
Moved in with family/friends on a temporary basis
enumeration
4
Moved in with family/friends on a permanent basis
enumeration
5
Moved to a transitional or temporary housing facility or program
enumeration
6
Client became homeless – moving to a shelter or other place unfit for human habitation
enumeration
7
Client went to jail/prison
enumeration
10
Client died
enumeration
8
Client doesn’t know
enumeration
9
Client refused
enumeration
99
Data not collected
Source
<xs:element name="HousingAssessment" type="hmis:housingAssessmentAtExit"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.19, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation></xs:annotation></xs:element>
With an on-going subsidy acquired since project entry
enumeration
4
Only with financial assistance other than a subsidy
Source
<xs:element name="SubsidyInformation" type="hmis:subsidyInformation" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.19, #1A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ExitPlansActionsID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the ExitPlansActions' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="WrittenAftercarePlan" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="AssistanceMainstreamBenefits" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="PermanentHousingPlacement" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="TemporaryShelterPlacement" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitCounseling" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #5.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="FurtherFollowUpServices" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #6.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="ScheduledFollowUpContacts" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="ResourcePackage" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
<xs:element name="OtherAftercarePlanOrAction" type="hmis:noYesRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.36, #9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.36 Transitional, Exit-care, or Aftercare Plans and Actions".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="FamilyReunificationID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the FamilyReunification's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Exit ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="FamilyReunificationAchieved" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.38, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.38 Family Reunification Achieved".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="FormerWardChildWelfareID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the FormerWardChildWelfare's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="FormerWardChildWelfare" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.31, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation></xs:annotation></xs:element>
<xs:element name="ChildWelfareYears" type="hmis:issuesYears" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.31, #1B.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.31, #1BA. Values 1-11 permissible.
See May 2014 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".
Diagram
Type
xs:unsignedInt
Properties
content
simple
minOccurs
0
Source
<xs:element name="ChildWelfareMonths" type="xs:unsignedInt" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.31, #1BA. Values 1-11 permissible.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.31 Formerly a Ward of Child Welfare/Foster Care Agency".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="FormerWardJuvenileJusticeID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the FormerWardJuvenileJusticeID's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="FormerWardJuvenileJustice" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.32, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation></xs:annotation></xs:element>
<xs:element name="JuvenileJusticeYears" type="hmis:issuesYears" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.32, #1A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.32 Formerly a Ward of Juvenile Justice System".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="FunderID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Funder's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to a Project element</xs:documentation></xs:annotation></xs:element>
HUD:HOPWA – Transitional Housing (facility based or TBRA)
enumeration
20
HUD:HUD/VASH
enumeration
21
HHS:PATH – Street Outreach and Supportive Services Only
enumeration
22
HHS:RHY – Basic Center Program (prevention and shelter)
enumeration
23
HHS:RHY – Maternity Group Home for Pregnant and Parenting Youth
enumeration
24
HHS:RHY – Transitional Living Program
enumeration
25
HHS:RHY – Street Outreach Project
enumeration
26
HHS:RHY – Demonstration Project
enumeration
27
VA: Community Contract Emergency Housing
enumeration
28
VA: Community Contract Residential Treatment Program
enumeration
29
VA:Domiciliary Care
enumeration
30
VA:Community Contract Safe Haven Program
enumeration
31
VA:Grant and Per Diem Program
enumeration
32
VA:Compensated Work Therapy Transitional Residence
enumeration
33
VA:Supportive Services for Veteran Families
enumeration
34
N/A
Source
<xs:element name="Funder" type="hmis:federalPartnerProgramsAndComponents"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.6, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
<xs:element name="GrantID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.6, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.6, #3.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:date
Properties
content
simple
Source
<xs:element name="StartDate" type="xs:date"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.6, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.6, #4.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:date
Properties
content
simple
minOccurs
0
Source
<xs:element name="EndDate" type="xs:date" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.6, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="HealthInsuranceID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the HealthInsurance's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="InsuranceFromAnySource" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="Medicaid" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoMedicaidReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #3A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="Medicare" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoMedicareReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #4A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="SCHIP" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #5.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoSCHIPReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #5A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="VAMedicalServices" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #6.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoVAMedReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #6A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="EmployerProvided" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoEmployerProvidedReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #7A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="COBRA" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoCOBRAReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #8A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="PrivatePay" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoPrivatePayReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #9A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="StateHealthIns" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #10.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoStateHealthInsReason" type="hmis:noHealthInsuranceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4, #10A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.4 Health Insurance".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="HealthStatus" type="hmis:healthStatus"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.27</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.27 "General Health Status".</xs:documentation></xs:annotation></xs:element>
<xs:element name="HealthStatusID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the HealthStatus' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
The permissible values correspond to the decimal values of the corresponding disability types. 4.27 General Health Status is "27" and 4.29 Mental Health Status is "29".
<xs:element name="HealthCategory" type="hmis:healthCategory"><xs:annotation><xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding disability types. 4.27 General Health Status is "27" and 4.29 Mental Health Status is "29".</xs:documentation></xs:annotation></xs:element>
<xs:element name="HealthStatus" type="hmis:healthStatusType"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.27-4.29, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.27-4.29</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="HousingAssessmentDispositionID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the HousingAssessmentDisposition's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the ExitID</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="IncomeAndSources" type="hmis:incomeAndSources"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.2 "Income And Sources".</xs:documentation></xs:annotation></xs:element>
<xs:element name="IncomeAndSourcesID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the IncomeAndSources' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="IncomeFromAnySource" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources, p. 40.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TotalMonthlyIncome" type="hmis:money"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #18.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources, p. 41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Earned" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources, p. 41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="EarnedAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #3A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Unemployment" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="UnemploymentAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #4B.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SSI" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #5.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SSIAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #5C.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SSDI" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #6.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SSDIAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #6D.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="VADisabilityService" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="VADisabilityServiceAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #7E.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="VADisabilityNonService" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="VADisabilityNonServiceAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #8F.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PrivateDisability" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PrivateDisabilityAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #9G.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="WorkersComp" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #10.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="WorkersCompAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #10H.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TANF" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #11.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TANFAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #11I.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="GA" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #12.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="GAAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #12J.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SocSecRetirement" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #13.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SocSecRetirementAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #13K.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Pension" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #14.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="PensionAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #14L.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ChildSupport" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #15.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ChildSupportAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #15M.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Alimony" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #16.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="AlimonyAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #16N.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OtherSource" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #17.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OtherSourceAmount" type="hmis:money" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #17O.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OtherSourceIdentify" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2, #17O.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, 4.2 Income and Sources.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="Inventory" type="hmis:inventory"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Bed and Unit Inventory Information", p. 14.</xs:documentation></xs:annotation></xs:element>
<xs:element name="InventoryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Inventory's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectCoCID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the ProjectCoC</xs:documentation></xs:annotation></xs:element>
<xs:element name="HouseholdType" type="hmis:householdType"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
<xs:element name="BedType" type="hmis:bedType" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Availabilty" type="hmis:availability" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, #7.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:integer
Properties
content
simple
Source
<xs:element name="UnitInventory" type="xs:integer"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, #5.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:nonNegativeInteger
Properties
content
simple
Source
<xs:element name="BedInventory" type="xs:nonNegativeInteger"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #5.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only), #5.A.1.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:nonNegativeInteger
Properties
content
simple
minOccurs
0
Source
<xs:element name="CHBedInventory" type="xs:nonNegativeInteger" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, Chronic Homeless Bed Inventory (PSH Only), #5.A.1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, ,#5.A.2.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:nonNegativeInteger
Properties
content
simple
minOccurs
0
Source
<xs:element name="VetBedInventory" type="xs:nonNegativeInteger" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, ,#5.A.2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, #5.A.3.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:nonNegativeInteger
Properties
content
simple
minOccurs
0
Source
<xs:element name="YouthBedInventory" type="xs:nonNegativeInteger" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #5.A.3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
<xs:element name="YouthAgeGroup" type="youthAgeGroup" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #5.B.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, #7.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:date
Properties
content
simple
Source
<xs:element name="InventoryStartDate" type="xs:date"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, #8.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:date
Properties
content
simple
minOccurs
0
Source
<xs:element name="InventoryEndDate" type="xs:date" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 2.7, #9.
See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.
Diagram
Type
xs:nonNegativeInteger
Properties
content
simple
Source
<xs:element name="HMISParticipatingBeds" type="xs:nonNegativeInteger"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7, #9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements), p. 14.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="LastGradeCompletedID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the LastGradeCompletedID's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="LastGradeCompleted" type="hmis:lastGradeCompletedSimple" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.24, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.24 Last Grade Completed"</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="LastPermanentAddressID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the LastPermanentAddressID's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="LastPermanentStreet" type="hmis:string100"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.43, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation></xs:annotation></xs:element>
<xs:element name="LastPermanentCity" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.43, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation></xs:annotation></xs:element>
<xs:element name="LastPermanentState" type="hmis:state"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.43, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation></xs:annotation></xs:element>
<xs:element name="LastPermanentZIP" type="hmis:zipCode"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.43, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation></xs:annotation></xs:element>
<xs:element name="AddressDataQuality" type="hmis:addressDataQuality"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.43, #5.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.43 Address Prior to Entry".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="MedicalAssistance" type="hmis:medicalAssistance"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.39</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.39.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MedicalAssistanceID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the MedicalAssistance's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="HIVAIDSAssistance" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.39, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoHIVAIDSAssistanceReason" type="hmis:noMedicalAssistanceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.39, #2A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation></xs:annotation></xs:element>
<xs:element name="ADAP" type="hmis:fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.39, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation></xs:annotation></xs:element>
<xs:element name="NoADAPReason" type="hmis:noMedicalAssistanceReason" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.39, #3B.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.39 Medical Assistance"</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="NonCashBenefitsID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the NonCashBenefits's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="OrganizationID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.1, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OrganizationName" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.1, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OrganizationCommonName" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Referenced but not defined in the HMIS Data Dictionary.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="PathStatusID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the PathStatus' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="PercentAMIID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the PercentAMIID's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="PercentAMI" type="hmis:percentAMISimple"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.42, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.42 Percent of AMI (SSVF Eligibility)".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="Project" type="hmis:project"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance", p. 12.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.2, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 12.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OrganizationID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Organization</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectName" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.2, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ContinuumProject" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.4, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation></xs:annotation></xs:element>
PH - Permanent Supportive Housing (disability required for entry)
enumeration
4
Street Outreach
enumeration
6
Services Only
enumeration
7
Other
enumeration
8
Safe Haven
enumeration
9
PH – Housing Only
enumeration
10
PH – Housing with Services (no disability required for entry)
enumeration
11
Day Shelter
enumeration
12
Homelessness Prevention
enumeration
13
PH - Rapid Re-Housing
enumeration
14
Coordinated Assessment
Source
<xs:element name="ProjectType" type="hmis:projectType"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.4, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TrackingMethod" type="hmis:trackingMethod" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.5, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 13.</xs:documentation></xs:annotation></xs:element>
<xs:element name="TargetPopulation" type="hmis:targetPopulation" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.9, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectCommonName" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section X.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, X.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ProjectCoC" type="hmis:projectCoC"><xs:annotation><xs:documentation xml:lang="en">Allows for a many-to-many relationship between Project and CoC.</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectCoCID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the ProjectCoC's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="CoCCode" type="hmis:cocCode"><xs:annotation><xs:documentation xml:lang="en">Key reference to the CoCCode ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Project ID</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ProjectCompletionStatusID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the ProjectCompletionStatus's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ExitID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Exit ID</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ReferralSourceID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the ReferralSource's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ResidentialMoveInDateID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the ResidentialMoveInDate's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="InPermanentHousing" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.17, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.17".</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.17, #1A.
See May 2014 HMIS Data Manual, "4.17".
Diagram
Type
xs:date
Properties
content
simple
Source
<xs:element name="ResidentialMoveInDate" type="xs:date"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.17, #1A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.17".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="RHYBCPStatusID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the RHYBCPStatus' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="SchoolStatusID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the SchoolStatus' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="SchoolStatus" type="hmis:schoolStatusSimple" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.25, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "4.25 School Status"</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="ServicesID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Services' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #1.
See May 2014 HMIS Data Manual, " 4.12 and 4.14-4.16 Date Provided".
Diagram
Type
xs:date
Properties
content
simple
Source
<xs:element name="DateProvided" type="xs:date"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, " 4.12 and 4.14-4.16 Date Provided".</xs:documentation></xs:annotation></xs:element>
The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types. 4.12 is Contact, 4.14 Services Provided is "14" and 4.16 Referrals Provided is "16".
See May 2014 HMIS Data Manual, Sections 4.12 and 4.14-4.16.
<xs:element name="RecordType" type="hmis:recordType"><xs:annotation><xs:documentation xml:lang="en">The permissible values correspond to the decimal values of the corresponding Service FA Referral and Contact types. 4.12 is Contact, 4.14 Services Provided is "14" and 4.16 Referrals Provided is "16".</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2 (picklist values vary by service category and funder) .
See May 2014 HMIS Data Manual, Sections 4.12 and 4.14-4.16.
Diagram
Type
restriction of xs:integer
Properties
content
simple
Facets
pattern
([\-+]?[0-9]+) & ([0-9]{1,2})
Source
<xs:element name="TypeProvided"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2 (picklist values vary by service category and funder) .</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:integer"><xs:pattern value="[0-9]{1,2}"/></xs:restriction></xs:simpleType></xs:element>
<xs:element name="OtherTypeProvided" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #2D (if it exists) .</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #3A, 4B, 5C (if it exists).
See May 2014 HMIS Data Manual, Sections 4.12 and 4.14-4.16.
Diagram
Type
restriction of xs:integer
Properties
content
simple
minOccurs
0
Facets
pattern
([\-+]?[0-9]+) & ([0-9]{1,2})
Source
<xs:element name="SubTypeProvided" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.12 and 4.14-4.16, #3A, 4B, 5C (if it exists).</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Sections 4.12 and 4.14-4.16.</xs:documentation></xs:annotation><xs:simpleType><xs:restriction base="xs:integer"><xs:pattern value="[0-9]{1,2}"/></xs:restriction></xs:simpleType></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="SexualOrientation" type="hmis:sexualOrientation"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.23, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.23 Sexual Orientation".</xs:documentation></xs:annotation></xs:element>
<xs:element name="SexualOrientationID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the SexualOrientation's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="SexualOrientation" type="hmis:sexualOrientationSimple"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.23, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.23 Sexual Orientation".</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="Site" type="hmis:site"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance", p. 15.</xs:documentation></xs:annotation></xs:element>
<xs:element name="SiteID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Site's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectCoCID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the ProjectCoC</xs:documentation></xs:annotation></xs:element>
<xs:element name="PrincipalSite" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.8, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Geocode" type="hmis:geocode" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.8, #1.A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance, Project Descriptor Data Elements (formerly Program Descriptor Data Elements)", p. 15.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="VeteranInfo" type="hmis:veteranInfo"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="VeteranInfoID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the VeteranInfo's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="PersonalID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Refers to a Client element</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.41, #1
See May 2014 HMIS Data Manual, Section 4.41.
Diagram
Type
xs:gYear
Properties
content
simple
Source
<xs:element name="YearEnteredService" type="xs:gYear"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #1</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
See May 2014 HMIS Data Dictionary, Section 4.41, #2
See May 2014 HMIS Data Manual, Section 4.41.
Diagram
Type
xs:gYear
Properties
content
simple
Source
<xs:element name="YearSeparated" type="xs:gYear"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #2</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="WorldWarII" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #3</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="KoreanWar" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #4</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="VietnamWar" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #5</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DesertStorm" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #6</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="AfghanistanOEF" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #7</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="IraqOIF" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #8</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="IraqOND" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #9</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="OtherTheater" type="fiveValDKRefused"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #10</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MilitaryBranch" type="militaryBranch"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #11</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
<xs:element name="DischargeStatus" type="dischargeStatus"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41, #12</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="WorstHousingSituationID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the WorstHousingSituation's unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
If the intended record is to be deleted, this metadata allows you to both indicate the record should be deleted within the target system, as well as indicate the specific time it was deleted.
<xs:element name="YouthCriticalIssues" type="hmis:youthCriticalIssues"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="YouthCriticalIssuesID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the YouthCriticalIssues' unique ID</xs:documentation></xs:annotation></xs:element>
<xs:element name="ProjectEntryID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation></xs:annotation></xs:element>
<xs:element name="HouseholdDynamics" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="SexualOrientationGenderIDYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="SexualOrientationGenderIDFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #3.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="HousingIssuesYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #4.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="HousingIssuesFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #5.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="SchoolEducationalIssuesYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #6.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="SchoolEducationalIssuesFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="UnemploymentYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="UnemploymentFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #9.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="MentalHealthIssuesYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #10.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="MentalHealthIssuesFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #11.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="HealthIssuesYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #12.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="HealthIssuesFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #13.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="PhysicalDisabilityYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #14.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="PhysicalDisabilityFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #15.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="MentalDisabilityYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #16.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="MentalDisabilityFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #17.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="AbuseAndNeglectYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #18.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="AbuseAndNeglectFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #19.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="AlcoholDrugAbuseYouth" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #20.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="AlcoholDrugAbuseFam" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #21.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="InsufficientIncome" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #22.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="ActiveMilitaryParent" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #23.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="IncarceratedParent" type="hmis:noYes"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #24.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:element name="IncarceratedParentStatus" type="hmis:incarceratedParentStatus" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33, #24A.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element>
<xs:complexType name="sources"><xs:sequence><xs:element name="Source" type="hmis:source" minOccurs="1" maxOccurs="unbounded"><xs:annotation><xs:documentation xml:lang="en">A description of what software provider and organization are sending this XML information. Many sources can be grouped together into one XML file.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:complexType>
<xs:complexType name="source"><xs:sequence><xs:element name="SourceID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Source's unique ID</xs:documentation></xs:annotation></xs:element><xs:element name="SoftwareVendor" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">The name of the software provider generating this XML.</xs:documentation></xs:annotation></xs:element><xs:element name="SoftwareVersion" type="xs:string"><xs:annotation><xs:documentation xml:lang="en">Version number of the software being used by the software provider.</xs:documentation></xs:annotation></xs:element><xs:element name="SourceContactEmail" type="hmis:email" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Email address of the person to contact about this XML data.</xs:documentation></xs:annotation></xs:element><xs:element name="SourceContactExtension" type="hmis:extension" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Used with SourceContactPhone to contact the person who can answer questions about this XML.</xs:documentation></xs:annotation></xs:element><xs:element name="SourceContactFirst" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">First name of the person to contact about this XML data.</xs:documentation></xs:annotation></xs:element><xs:element name="SourceContactLast" type="hmis:string50" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Last name of the person to contact about this XML data.</xs:documentation></xs:annotation></xs:element><xs:element name="SourceContactPhone" type="hmis:phoneNumber" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Phone number of the person to contact about this XML data; used with SourceContactExtension.</xs:documentation></xs:annotation></xs:element><xs:element name="SourceName" type="hmis:string50"><xs:annotation><xs:documentation xml:lang="en">A general text desrciption of what organization is sending this XML data. Perhaps the Agency or Program name generating this XML data.</xs:documentation></xs:annotation></xs:element><xs:element name="Export" type="hmis:export" minOccurs="0" maxOccurs="unbounded"><xs:annotation><xs:documentation xml:lang="en">An export is a set of data being transmitted for a specific purpose (see ExportType). A single XML file can have many different Exports of different types and date ranges.</xs:documentation></xs:annotation><xs:key name="clientKey"><xs:selector xpath="hmis:Client"/><xs:field xpath="hmis:PersonalID"/></xs:key><xs:key name="enrollmentKey"><xs:selector xpath="hmis:Enrollment"/><xs:field xpath="hmis:ProjectEntryID"/></xs:key><xs:key name="exitKey"><xs:selector xpath="hmis:Exit"/><xs:field xpath="hmis:ExitID"/></xs:key><xs:key name="organizationKey"><xs:selector xpath="hmis:Organization"/><xs:field xpath="hmis:OrganizationID"/></xs:key><xs:key name="projectKey"><xs:selector xpath="hmis:Project"/><xs:field xpath="hmis:ProjectID"/></xs:key><xs:key name="projectCoCKey"><xs:selector xpath="hmis:ProjectCoC"/><xs:field xpath="hmis:ProjectCoCID"/></xs:key><xs:keyref name="affiliationProjectKeyRef" refer="projectKey"><xs:selector xpath="hmis:Affiliation"/><xs:field xpath="hmis:ProjectID"/></xs:keyref><xs:keyref name="affiliationResProjectKeyRef" refer="projectKey"><xs:selector xpath="hmis:Affiliation"/><xs:field xpath="hmis:ResProjectID"/></xs:keyref><xs:keyref name="enrollmentClientKeyRef" refer="clientKey"><xs:selector xpath="hmis:Enrollment"/><xs:field xpath="hmis:PersonalID"/></xs:keyref><xs:keyref name="enrollmentCoCProjectCoCKeyRef" refer="projectCoCKey"><xs:selector xpath="hmis:EnrollmentCoC"/><xs:field xpath="hmis:ProjectCoCID"/></xs:keyref><xs:keyref name="enrollmentCoCEnrollmentKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:EnrollmentCoC"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentCommercialSexualExploitationKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:CommercialSexualExploitation"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentDateOfEngagementKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:DateOfEngagement"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentDisabilitiesKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:Disabilities"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentDomesticViolenceKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:DomesticViolence"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentEducationKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:Education"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentEmploymentKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:Employment"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentEnrollmentCoCKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:EnrollmentCoC"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentExitKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:Exit"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentFormerWardChildWelfareKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:FormerWardChildWelfare"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentFormerWardJuvenileJusticeKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:FormerWardJuvenileJustice"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentHealthInsuranceKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:HealthInsurance"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentHealthStatusKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:HealthStatus"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentIncomeAndSourcesKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:IncomeAndSources"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentLastGradeCompletedKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:LastGradeCompleted"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentLastPermanentAddressKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:LastPermanentAddress"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentMedicalAssistanceKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:MedicalAssistance"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentNonCashBenefitsKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:NonCashBenefits"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentPATHStatusKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:PATHStatus"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentPercentAMIKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:PercentAMI"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentReferralSourceKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:ReferralSource"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentResidentialMoveInDateKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:ResidentialMoveInDate"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentRHYBCPStatusKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:NonCashBenefits"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentServicesKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:Services"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentSexualOrientationKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:SexualOrientation"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentWorstHousingSituationKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:WorstHousingSituation"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="enrollmentYouthCriticalIssuesKeyRef" refer="enrollmentKey"><xs:selector xpath="hmis:YouthCriticalIssues"/><xs:field xpath="hmis:ProjectEntryID"/></xs:keyref><xs:keyref name="exitExitHousingAssessmentKeyRef" refer="exitKey"><xs:selector xpath="hmis:ExitHousingAssessment"/><xs:field xpath="hmis:ExitID"/></xs:keyref><xs:keyref name="exitConnectionWithSOARKeyRef" refer="exitKey"><xs:selector xpath="hmis:ConnectionWithSOAR"/><xs:field xpath="hmis:ExitID"/></xs:keyref><xs:keyref name="exitExitPlansActionsKeyRef" refer="exitKey"><xs:selector xpath="hmis:ExitPlansActions"/><xs:field xpath="hmis:ExitID"/></xs:keyref><xs:keyref name="exitFamilyReunificationKeyRef" refer="exitKey"><xs:selector xpath="hmis:FamilyReunification"/><xs:field xpath="hmis:ExitID"/></xs:keyref><xs:keyref name="exitHousingAssessmentDispositionKeyRef" refer="exitKey"><xs:selector xpath="hmis:HousingAssessmentDisposition"/><xs:field xpath="hmis:ExitID"/></xs:keyref><xs:keyref name="exitProjectCompletionStatusKeyRef" refer="exitKey"><xs:selector xpath="hmis:ProjectCompletionStatus"/><xs:field xpath="hmis:ExitID"/></xs:keyref><xs:keyref name="inventoryProjectCoCKeyRef" refer="projectCoCKey"><xs:selector xpath="hmis:Inventory"/><xs:field xpath="hmis:ProjectCoCID"/></xs:keyref><xs:keyref name="projectOrganizationKeyRef" refer="organizationKey"><xs:selector xpath="hmis:Project"/><xs:field xpath="hmis:OrganizationID"/></xs:keyref><xs:keyref name="projectCoCProjectKeyRef" refer="projectKey"><xs:selector xpath="hmis:ProjectCoC"/><xs:field xpath="hmis:ProjectID"/></xs:keyref><xs:keyref name="projectEnrollmentKeyRef" refer="projectKey"><xs:selector xpath="hmis:Enrollment"/><xs:field xpath="hmis:ProjectID"/></xs:keyref><xs:keyref name="projectFunderKeyRef" refer="projectKey"><xs:selector xpath="hmis:Funder"/><xs:field xpath="hmis:ProjectID"/></xs:keyref><xs:keyref name="siteProjectCoCKeyRef" refer="projectCoCKey"><xs:selector xpath="hmis:Site"/><xs:field xpath="hmis:ProjectCoCID"/></xs:keyref><xs:keyref name="veteranInfoClientKeyRef" refer="clientKey"><xs:selector xpath="hmis:VeteranInfo"/><xs:field xpath="hmis:PersonalID"/></xs:keyref></xs:element></xs:sequence></xs:complexType>
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID
= $id]) ge 1)
every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:VeteranInfo[hmis:PersonalID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EnrollmentCoC[hmis:ProjectEntryID
= $id]) ge 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:FormerWardChildWelfare[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:FormerWardJuvenileJustice[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:LastPermanentAddress[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PercentAMI[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ReferralSource[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:SexualOrientation[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:WorstHousingSituation[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:YouthCriticalIssues[hmis:ProjectEntryID
= $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ExitID
= $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID
= $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitPlansActions[hmis:ExitID
= $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID
= $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID
= $id]) le 1)
every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ProjectCompletionStatus[hmis:ExitID
= $id]) le 1)
every $id in hmis:Organization/hmis:OrganizationID satisfies (fn:count(hmis:Project[hmis:OrganizationID
= $id]) ge 1)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID
= $id]) ge 1)
every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:ProjectCoC[hmis:ProjectID
= $id]) ge 1)
Source
<xs:complexType name="export"><xs:sequence><xs:element name="ExportID" type="hmis:string32"><xs:annotation><xs:documentation xml:lang="en">Reference to the Export's unique ID</xs:documentation></xs:annotation></xs:element><xs:element name="ExportDate" type="xs:dateTime"><xs:annotation><xs:documentation xml:lang="en">Time the export was performed.</xs:documentation></xs:annotation></xs:element><xs:element name="ExportPeriod" type="hmis:dateRangeCapped" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">The date range bounding the data set being transmitted. Used with ExportPeriodType to clarify what the date range represents.</xs:documentation></xs:annotation></xs:element><xs:element name="ExportPeriodType" type="hmis:exportPeriodType" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Pick one of the types to specify the definition of export period being used in ExportPeriod.</xs:documentation></xs:annotation></xs:element><xs:element name="ExportDirective" type="hmis:exportDirective" minOccurs="0"><xs:annotation><xs:documentation xml:lang="en">Select one of the ExportDirective choices to instruct the target as to how the data being transmitted should be handled.</xs:documentation></xs:annotation></xs:element><xs:choice maxOccurs="unbounded"><xs:element name="Affiliation" type="hmis:affiliation"/><xs:element name="Client" type="hmis:client"/><xs:element name="CommercialSexualExploitation" type="hmis:commercialSexualExploitation"/><xs:element name="ConnectionWithSOAR" type="hmis:connectionWithSOAR"/><xs:element name="DateOfEngagement" type="hmis:dateOfEngagement"/><xs:element name="Disabilities" type="hmis:disabilities"/><xs:element name="DomesticViolence" type="hmis:domesticViolence"/><xs:element name="Employment" type="hmis:employment"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.26</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.26 "Employment Status".</xs:documentation></xs:annotation></xs:element><xs:element name="Enrollment" type="hmis:enrollment"/><xs:element name="EnrollmentCoC" type="hmis:enrollmentCoC"/><xs:element name="Exit" type="hmis:exit"/><xs:element name="ExitHousingAssessment" type="hmis:exitHousingAssessment"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.19</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.19 Housing Assessment at Exit".</xs:documentation></xs:annotation></xs:element><xs:element name="ExitPlansActions" type="hmis:exitPlansActions"/><xs:element name="FamilyReunification" type="hmis:familyReunification"/><xs:element name="FormerWardChildWelfare" type="hmis:formerWardChildWelfare"/><xs:element name="FormerWardJuvenileJustice" type="hmis:formerWardJuvenileJustice"/><xs:element name="Funder" type="hmis:funder"/><xs:element name="HealthInsurance" type="hmis:healthInsurance"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.4</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.4 "Health Insurance".</xs:documentation></xs:annotation></xs:element><xs:element name="HealthStatus" type="hmis:healthStatus"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.27</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.27 "General Health Status".</xs:documentation></xs:annotation></xs:element><xs:element name="HousingAssessmentDisposition" type="hmis:housingAssessmentDisposition"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.18</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.18 Housing Assessment Disposition".</xs:documentation></xs:annotation></xs:element><xs:element name="IncomeAndSources" type="hmis:incomeAndSources"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.2</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.2 "Income And Sources".</xs:documentation></xs:annotation></xs:element><xs:element name="Inventory" type="hmis:inventory"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.7.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Bed and Unit Inventory Information", p. 14.</xs:documentation></xs:annotation></xs:element><xs:element name="LastGradeCompleted" type="hmis:lastGradeCompleted"/><xs:element name="LastPermanentAddress" type="hmis:lastPermanentAddress"/><xs:element name="MedicalAssistance" type="hmis:medicalAssistance"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.39</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.39.</xs:documentation></xs:annotation></xs:element><xs:element name="NonCashBenefits" type="hmis:nonCashBenefits"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.3</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.3 "Non-Cash Benefits".</xs:documentation></xs:annotation></xs:element><xs:element name="Organization" type="hmis:organization"/><xs:element name="PATHStatus" type="hmis:pathStatus"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.20</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.20 PATH Status".</xs:documentation></xs:annotation></xs:element><xs:element name="PercentAMI" type="hmis:percentAMI"/><xs:element name="Project" type="hmis:project"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance", p. 12.</xs:documentation></xs:annotation></xs:element><xs:element name="ProjectCoC" type="hmis:projectCoC"><xs:annotation><xs:documentation xml:lang="en">Allows for a many-to-many relationship between Project and CoC.</xs:documentation></xs:annotation></xs:element><xs:element name="ProjectCompletionStatus" type="hmis:projectCompletionStatus"/><xs:element name="ReferralSource" type="hmis:referralSource"/><xs:element name="ResidentialMoveInDate" type="hmis:residentialMoveInDate"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.17</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.17 Residential Move-In Date".</xs:documentation></xs:annotation></xs:element><xs:element name="RHYBCPStatus" type="hmis:rhyBCPStatus"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.22</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.22 "RHYBCP Status".</xs:documentation></xs:annotation></xs:element><xs:element name="SchoolStatus" type="hmis:schoolStatus"/><xs:element name="Services" type="hmis:services"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.14-4.16</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.14-4.16 "Services Provided".</xs:documentation></xs:annotation></xs:element><xs:element name="SexualOrientation" type="hmis:sexualOrientation"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.23, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.23 Sexual Orientation".</xs:documentation></xs:annotation></xs:element><xs:element name="Site" type="hmis:site"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 2.8.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, "Project Setup Guidance", p. 15.</xs:documentation></xs:annotation></xs:element><xs:element name="VeteranInfo" type="hmis:veteranInfo"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.41</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section 4.41.</xs:documentation></xs:annotation></xs:element><xs:element name="WorstHousingSituation" type="hmis:worstHousingSituation"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.40, #1.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.40 Worst Housing Situation".</xs:documentation></xs:annotation></xs:element><xs:element name="YouthCriticalIssues" type="hmis:youthCriticalIssues"><xs:annotation><xs:documentation xml:lang="en">See May 2014 HMIS Data Dictionary, Section 4.33.</xs:documentation><xs:documentation xml:lang="en">See May 2014 HMIS Data Manual, Section "4.33 Young Person’s Critical Issues".</xs:documentation></xs:annotation></xs:element></xs:choice></xs:sequence><xs:assert test="every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:Enrollment[hmis:PersonalID = $id]) ge 1)"/><xs:assert test="every $id in hmis:Client/hmis:PersonalID satisfies (fn:count(hmis:VeteranInfo[hmis:PersonalID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:DateOfEngagement[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:EnrollmentCoC[hmis:ProjectEntryID = $id]) ge 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:Exit[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:FormerWardChildWelfare[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:FormerWardJuvenileJustice[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:LastPermanentAddress[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PathStatus[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:PercentAMI[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ReferralSource[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:ResidentialMoveInDate[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:RHYBCPStatus[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:SexualOrientation[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:WorstHousingSituation[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Enrollment/hmis:ProjectEntryID satisfies (fn:count(hmis:YouthCriticalIssues[hmis:ProjectEntryID = $id]) le 1)"/><xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ConnectionWithSOAR[hmis:ExitID = $id]) le 1)"/><xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitHousingAssessment[hmis:ExitID = $id]) le 1)"/><xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ExitPlansActions[hmis:ExitID = $id]) le 1)"/><xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:HousingAssessmentDisposition[hmis:ExitID = $id]) le 1)"/><xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:FamilyReunification[hmis:ExitID = $id]) le 1)"/><xs:assert test="every $id in hmis:Exit/hmis:ExitID satisfies (fn:count(hmis:ProjectCompletionStatus[hmis:ExitID = $id]) le 1)"/><xs:assert test="every $id in hmis:Organization/hmis:OrganizationID satisfies (fn:count(hmis:Project[hmis:OrganizationID = $id]) ge 1)"/><xs:assert test="every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:Funder[hmis:ProjectID = $id]) ge 1)"/><xs:assert test="every $id in hmis:Project/hmis:ProjectID satisfies (fn:count(hmis:ProjectCoC[hmis:ProjectID = $id]) ge 1)"/></xs:complexType>
<xs:complexType name="dateRangeCapped"><xs:annotation><xs:documentation xml:lang="en">A date range, both start and end dates are required.</xs:documentation></xs:annotation><xs:sequence><xs:element name="StartDate" type="xs:dateTime"/><xs:element name="EndDate" type="xs:dateTime"/></xs:sequence></xs:complexType>
Exported data sets with an ExportPeriodType of ‘updated’ will include all records with a dateCreated, dateUpdated, or a dateDeleted that falls between the Export.StartDate and the Export.EndDate.
enumeration
effective
Exported data sets with an ExportPeriod type of ‘effective’ will include all enrollment data, along with associated client and project descriptor data, where the informationDate (or other effective date such as Project.EntryDate, Project.ExitDate, ContactDate, etc.) falls between the Export.StartDate and the Export.EndDate.