Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type employmentType
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
If Yes for “Employed”
Type of Employment
1 = Full-time
2 = Part-time
3 = Seasonal / sporadic (including day labor)
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Full-timed
enumeration 2
Part-time
enumeration 3
Seasonal / sporadic (including day labor)
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="employmentType">
  <xs:annotation>
    <xs:documentation xml:lang="en">If Yes for “Employed” Type of Employment 1 = Full-time 2 = Part-time 3 = Seasonal / sporadic (including day labor) 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Full-timed</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Part-time</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seasonal / sporadic (including day labor)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data not collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>