Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type sourceType
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
Source Type 
1 = continuum-operated HMIS 
2 = agency-specific database
3 = data warehouse
4 = other
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
continuum-operated HMIS
enumeration 2
agency-specific database
enumeration 3
data warehouse
enumeration 4
other
Used by
Source
<xs:simpleType name="sourceType">
  <xs:annotation>
    <xs:documentation xml:lang="en">Source Type 1 = continuum-operated HMIS 2 = agency-specific database 3 = data warehouse 4 = other</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">continuum-operated HMIS</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">agency-specific database</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">data warehouse</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="4">
      <xs:annotation>
        <xs:documentation xml:lang="en">other</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>