Showing:

Annotations
Attributes
Asserts
Diagrams
Facets
Model
Properties
Source
Used by
Element exit / ExitID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Reference to the Exit'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="ExitID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Exit's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element exit / ProjectEntryID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/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="ProjectEntryID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Key reference to the Enrollment</xs:documentation>
  </xs:annotation>
</xs:element>
Element exit / ExitDate
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.11.1.
Diagram
Diagram
Type xs:date
Properties
content simple
Source
<xs:element name="ExitDate" type="xs:date">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.11.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element exit / Destination
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.12.1.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_destination.tmp#destination
Type destination
Properties
content simple
minOccurs 1
Facets
enumeration 24
Deceased
enumeration 1
Emergency shelter, including hotel or motel paid for with emergency shelter voucher
enumeration 15
Foster care home or foster care group home
enumeration 6
Hospital or other residential non-psychiatric medical facility
enumeration 14
Hotel or motel paid for without emergency shelter voucher
enumeration 7
Jail, prison or juvenile detention facility
enumeration 25
Long-term care facility or nursing home
enumeration 26
Moved from one HOPWA funded project to HOPWA PH
enumeration 27
Moved from one HOPWA funded project to HOPWA TH
enumeration 11
Owned by client, no ongoing housing subsidy
enumeration 21
Owned by client, with ongoing housing subsidy
enumeration 3
Permanent housing for formerly homeless persons (such as: CoC project; or HUD legacy programs; or HOPWA PH)
enumeration 16
Place not meant for habitation (e.g., a vehicle, an abandoned building, bus/train/subway station/airport or anywhere outside)
enumeration 4
Psychiatric hospital or other psychiatric facility
enumeration 10
Rental by client, no ongoing housing subsidy
enumeration 19
Rental by client, with VASH housing subsidy
enumeration 28
Rental by client, with GPD TIP housing subsidy
enumeration 20
Rental by client, with other ongoing housing subsidy
enumeration 29
Residential project or halfway house with no homeless criteria
enumeration 18
Safe Haven
enumeration 22
Staying or living with family, permanent tenure
enumeration 12
Staying or living with family, temporary tenure (e.g., room, apartment or house)
enumeration 23
Staying or living with friends, permanent tenure
enumeration 13
Staying or living with friends, temporary tenure (e.g., room apartment or house)
enumeration 5
Substance abuse treatment facility or detox center
enumeration 2
Transitional housing for homeless persons (including homeless youth)
enumeration 17
x
enumeration 30
No exit interview completed
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Destination" type="hmis:destination" minOccurs="1">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1.</xs:documentation>
  </xs:annotation>
</xs:element>
Element exit / OtherDestination
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 3.12.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="OtherDestination" type="hmis:string50" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1A.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type exit
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd_Attribute_Group_baseMetaData.tmp#baseMetaData HUD_HMIS_xsd_Complex_Type_exit.tmp#exit_ExitID HUD_HMIS_xsd_Complex_Type_exit.tmp#exit_ProjectEntryID HUD_HMIS_xsd_Complex_Type_exit.tmp#exit_ExitDate HUD_HMIS_xsd_Complex_Type_exit.tmp#exit_Destination HUD_HMIS_xsd_Complex_Type_exit.tmp#exit_OtherDestination
Used by
Element export/Exit
Model
Children Destination, ExitDate, ExitID, OtherDestination, ProjectEntryID
Attributes
QName Type Use Annotation
dateCreated xs:dateTime required
See August 2016 HMIS Data Dictionary, 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 August 2016 HMIS Data Dictionary, Section 5.2.
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Asserts
Test XPath default namespace Annotation
if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())
Source
<xs:complexType name="exit">
  <xs:sequence>
    <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>
    <xs:element name="ExitDate" type="xs:date">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.11.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Destination" type="hmis:destination" minOccurs="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="OtherDestination" type="hmis:string50" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 3.12.1A.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
  <!--Testing if Destination is 17, before allowing use of OtherDestination-->
  <xs:assert test="if (hmis:Destination/text()='17') then boolean(hmis:OtherDestination) else (if (not(hmis:Destination/text()='17')) then (not(boolean(hmis:OtherDestination))) else false())"/>
</xs:complexType>