Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element housingAssessmentDisposition / HousingAssessmentDispositionID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Reference to the HousingAssessmentDisposition'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="HousingAssessmentDispositionID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the HousingAssessmentDisposition's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element housingAssessmentDisposition / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Key reference to the ExitID
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 ExitID</xs:documentation>
  </xs:annotation>
</xs:element>
Element housingAssessmentDisposition / AssessmentDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section 4.18.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_assessmentDisposition.tmp#assessmentDisposition
Type assessmentDisposition
Properties
content simple
Facets
enumeration 1
Referred to emergency shelter/safe haven
enumeration 2
Referred to transitional housing
enumeration 3
Referred to rapid re-housing
enumeration 4
Referred to permanent supportive housing
enumeration 5
Referred to homelessness prevention
enumeration 6
Referred to street outreach
enumeration 7
Referred to other continuum project type
enumeration 8
Referred to a homelessness diversion program
enumeration 9
Unable to refer/accept within continuum; ineligible for continuum projects
enumeration 10
Unable to refer/accept within continuum; continuum services unavailable
enumeration 11
Referred to other community project (non-continuum)
enumeration 12
Applicant declined referral/acceptance
enumeration 13
Applicant terminated assessment prior to completion
enumeration 14
Other/specify
enumeration 99
Data not collected
Source
<xs:element name="AssessmentDisposition" type="hmis:assessmentDisposition">
  <xs:annotation>
    <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.18.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element housingAssessmentDisposition / OtherDisposition
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section 4.18.1A.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_string50.tmp#string50
Type string50
Properties
content simple
minOccurs 0
Facets
maxLength 50
Source
<xs:element name="OtherDisposition" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.18.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type housingAssessmentDisposition
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_housingAssessmentDisposition.tmp#housingAssessmentDisposition_HousingAssessmentDispositionID HUD_HMIS_xsd_Complex_Type_housingAssessmentDisposition.tmp#housingAssessmentDisposition_ExitID HUD_HMIS_xsd_Complex_Type_housingAssessmentDisposition.tmp#housingAssessmentDisposition_AssessmentDisposition HUD_HMIS_xsd_Complex_Type_housingAssessmentDisposition.tmp#housingAssessmentDisposition_OtherDisposition
Used by
Model
Children AssessmentDisposition, ExitID, HousingAssessmentDispositionID, OtherDisposition
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="housingAssessmentDisposition">
  <xs:sequence>
    <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>
    <xs:element name="AssessmentDisposition" type="hmis:assessmentDisposition">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.18.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherDisposition" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section 4.18.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>