Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type whenOccurred
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
If Yes for “Domestic Violence Victim/Survivor”
When experience occurredResponse(s)
1 = Within the past three months
2 = Three to six months ago (excluding six months exactly)
3 = Six months to one year ago (excluding one year exactly)
4 = One year ago or more
8 = Client doesn’t know
9 = Client refused
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Within the past three months
enumeration 2
Three to six months ago (excluding six months exactly)
enumeration 3
Six months to one year ago (excluding one year exactly)
enumeration 4
One year ago or more
enumeration 8
Client doesn’t know
enumeration 9
Client refused
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="whenOccurred">
  <xs:annotation>
    <xs:documentation xml:lang="en">If Yes for “Domestic Violence Victim/Survivor” When experience occurredResponse(s) 1 = Within the past three months 2 = Three to six months ago (excluding six months exactly) 3 = Six months to one year ago (excluding one year exactly) 4 = One year ago or more 8 = Client doesn’t know 9 = Client refused 99 = Data not collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Within the past three months</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Three to six months ago (excluding six months exactly)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Six months to one year ago (excluding one year exactly)</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">One year ago or more</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="8">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client doesn’t know</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="9">
      <xs:annotation>
        <xs:documentation xml:lang="en">Client refused</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>