Showing:

Annotations
Attributes
Diagrams
Facets
Model
Properties
Source
Used by
Element employment / EmploymentID
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Reference to the Employment'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="EmploymentID" type="hmis:string32">
  <xs:annotation>
    <xs:documentation xml:lang="en">Reference to the Employment's unique ID</xs:documentation>
  </xs:annotation>
</xs:element>
Element employment / 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 employment / Employed
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.26.2.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_fiveValDKRefused.tmp#fiveValDKRefused
Type fiveValDKRefused
Properties
content simple
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 8
Client doesn't know
enumeration 9
Client refused
enumeration 99
Data not collected
Source
<xs:element name="Employed" type="hmis:fiveValDKRefused">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2.</xs:documentation>
  </xs:annotation>
</xs:element>
Element employment / EmploymentType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.26.2A.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_employmentType.tmp#employmentType
Type employmentType
Properties
content simple
minOccurs 0
Facets
enumeration 1
Full-timed
enumeration 2
Part-time
enumeration 3
Seasonal / sporadic (including day labor)
enumeration 99
Data not collected
Source
<xs:element name="EmploymentType" type="hmis:employmentType" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2A.</xs:documentation>
  </xs:annotation>
</xs:element>
Element employment / NotEmployedReason
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
See August 2016 HMIS Data Dictionary, Section 4.26.2B.
Diagram
Diagram HUD_HMIS_xsd_Simple_Type_notEmployedReason.tmp#notEmployedReason
Type notEmployedReason
Properties
content simple
minOccurs 0
Facets
enumeration 1
Looking for work
enumeration 2
Unable to work
enumeration 3
Not looking for work
enumeration 99
Data not collected
Source
<xs:element name="NotEmployedReason" type="hmis:notEmployedReason" minOccurs="0">
  <xs:annotation>
    <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2B.</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type employment
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Diagram
Diagram HUD_HMIS_xsd_Attribute_dataCollectionStage.tmp#dataCollectionStage HUD_HMIS_xsd_Attribute_informationDate.tmp#informationDate HUD_HMIS_xsd_Attribute_Group_baseMetaData.tmp#baseMetaData HUD_HMIS_xsd_Complex_Type_employment.tmp#employment_EmploymentID HUD_HMIS_xsd_Complex_Type_employment.tmp#employment_ProjectEntryID HUD_HMIS_xsd_Complex_Type_employment.tmp#employment_Employed HUD_HMIS_xsd_Complex_Type_employment.tmp#employment_EmploymentType HUD_HMIS_xsd_Complex_Type_employment.tmp#employment_NotEmployedReason
Used by
Model
Children Employed, EmploymentID, EmploymentType, NotEmployedReason, ProjectEntryID
Attributes
QName Type Use Annotation
dataCollectionStage restriction of xs:unsignedInt required
See August 2016 HMIS Data Dictionary, Section 5.3.
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.
informationDate xs:date required
userID string32 required
See August 2016 HMIS Data Dictionary, Section 5.7.
Source
<xs:complexType name="employment">
  <xs:sequence>
    <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>
    <xs:element name="Employed" type="hmis:fiveValDKRefused">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="EmploymentType" type="hmis:employmentType" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2A.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="NotEmployedReason" type="hmis:notEmployedReason" minOccurs="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">See August 2016 HMIS Data Dictionary, Section 4.26.2B.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
  <xs:attribute ref="hmis:dataCollectionStage" use="required"/>
  <xs:attribute ref="hmis:informationDate" use="required"/>
  <xs:attributeGroup ref="hmis:baseMetaData"/>
</xs:complexType>