Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type trackingMethod
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Emergency Shelter Tracking Method 
0 = Entry/Exit Date 
3 = Night-by-Night
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
Entry/Exit Date
enumeration 3
Night-by-Night
Used by
Source
<xs:simpleType name="trackingMethod">
  <xs:annotation>
    <xs:documentation xml:lang="en">Emergency Shelter Tracking Method 0 = Entry/Exit Date 3 = Night-by-Night</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">Entry/Exit Date</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Night-by-Night</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>