Documentation for the HUD HMIS XML Schema v2.8

Simple Type: twoValPlusBase

[Table of contents]

Super-types: unsignedInt < unsignedInt (by extension) < twoValPlusBase (by restriction)
Sub-types:
Name twoValPlusBase
Content
  • Base XSD Type: unsignedInt
  • value comes from list: {'1'|'2'|'8'|'9'}
Documentation twoValPlus: Applicable to: Social Security Number Quality Code 1 = Full SSN reported 2 = Partial SSN reported 8 = Don't know or don't have SSN 9 = Refused Destination Tenure 1 = Permanent 2 = Transitional 8 = Don't know 9 = Refused
Diagram
Schema Component Representation
<xsd:simpleType name="twoValPlusBase">
<xsd:restriction base=" xsd:unsignedInt ">
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
<xsd:enumeration value="8"/>
<xsd:enumeration value="9"/>
</xsd:restriction>
</xsd:simpleType>