Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element vashExitReason / VashExitReasonID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Reference to the VashExitReason'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="VashExitReasonID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the VashExitReason's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element vashExitReason / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Key reference to the Exit
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 Exit</xs:documentation>
  </xs:annotation>
</xs:element>
Element vashExitReason / CMExitReason
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
See June 2017 HMIS Data Dictionary v1.2, Section V9.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_cmExitReason.tmp#cmExitReason
Type cmExitReason
Properties
content simple
Facets
enumeration 1
Accomplished goals and/or obtained services and no longer needs CM
enumeration 2
Transferred to another HUD-VASH program site
enumeration 3
Found/chose other housing
enumeration 4
Did not comply with HUD-VASH CM
enumeration 5
Eviction and/or other housing related issues
enumeration 6
Unhappy with HUD-VASH housing
enumeration 7
No longer financially eligible for HUD/VASH voucher
enumeration 8
No longer interested in participating in this program
enumeration 9
Veteran cannot be located
enumeration 10
Veteran too ill to participate at this time
enumeration 11
Veteran is incarcerated
enumeration 12
Veteran is deceased
enumeration 13
Other
enumeration 99
Data not collected
Source
<xs:element name="CMExitReason" type="hmis:cmExitReason">
  <xs:annotation>
    <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section V9.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type vashExitReason
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_vashExitReason.tmp#vashExitReason_VashExitReasonID HUD_HMIS_xsd_Complex_Type_vashExitReason.tmp#vashExitReason_ExitID HUD_HMIS_xsd_Complex_Type_vashExitReason.tmp#vashExitReason_CMExitReason
Used by
Model
Children CMExitReason, ExitID, VashExitReasonID
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="vashExitReason">
  <xs:sequence>
    <xs:element name="VashExitReasonID" type="hmis:string32">
      <xs:annotation>
        <xs:documentation xml:lang="en">Reference to the VashExitReason'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</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="CMExitReason" type="hmis:cmExitReason">
      <xs:annotation>
        <xs:documentation xml:lang="en">See June 2017 HMIS Data Dictionary v1.2, Section V9.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>