Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element exitHousingAssessment / ExitHousingAssessmentID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Reference to the ExitHousingAssessment's unique ID
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<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>
Element exitHousingAssessment / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Enrollment
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string32.tmp#string32
Type string32
Properties
content simple
Facets
maxLength 32
Source
<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>
Element exitHousingAssessment / HousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section W5.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_housingAssessmentAtExit.tmp#housingAssessmentAtExit
Type housingAssessmentAtExit
Properties
content simple
Facets
enumeration 1
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 June 2017 HMIS Data Dictionary v1.2, Section W5.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element exitHousingAssessment / SubsidyInformation
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section W5.A.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_subsidyInformation.tmp#subsidyInformation
Type subsidyInformation
Properties
content simple
minOccurs 0
Facets
enumeration 1
Without a subsidy
enumeration 2
With the subsidy they had at project entry
enumeration 3
With an on-going subsidy acquired since project entry
enumeration 4
Only with financial assistance other than a subsidy
enumeration 11
With on-going subsidy
enumeration 12
Without an on-going subsidy
enumeration 99
Data not collected
Source
<xs:element name="SubsidyInformation" type="hmis:subsidyInformation" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section W5.A.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type exitHousingAssessment
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd_Attribute_Group_baseMetaData.tmp#baseMetaData HUD_HMIS_xsd_Complex_Type_exitHousingAssessment.tmp#exitHousingAssessment_ExitHousingAssessmentID HUD_HMIS_xsd_Complex_Type_exitHousingAssessment.tmp#exitHousingAssessment_ExitID HUD_HMIS_xsd_Complex_Type_exitHousingAssessment.tmp#exitHousingAssessment_HousingAssessment HUD_HMIS_xsd_Complex_Type_exitHousingAssessment.tmp#exitHousingAssessment_SubsidyInformation
Used by
Model
Children ExitHousingAssessmentID, ExitID, HousingAssessment, SubsidyInformation
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See June 2017 HMIS Data Dictionary v1.2, Section 5.1.
dateDeleted xs:dateTime optional
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.
dateUpdated xs:dateTime required
See June 2017 HMIS Data Dictionary v1.2, Section 5.2.
userID string32 required
See June 2017 HMIS Data Dictionary v1.2, Section 5.7.
Source
<xs:complexType name="exitHousingAssessment">
  <xs:sequence>
    <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>
    <xs:element name="HousingAssessment" type="hmis:housingAssessmentAtExit">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section W5.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SubsidyInformation" type="hmis:subsidyInformation" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section W5.A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>