Documentation for the HUD HMIS XML Schema v2.8

Simple Type: fourValBase

[Table of contents]

Super-types: unsignedInt < unsignedInt (by extension) < fourValBase (by restriction)
Sub-types:
Name fourValBase
Used by (from the same schema document) Attribute Group dateStampGroup
Content
  • Base XSD Type: unsignedInt
  • 1 <= value <= 4
Documentation fourVal: Applicable to: Individual/Family Code 1 = Individuals 2 = Families 3 = Individuals and Families 4 = Youth DataCollectionStage 1 = Entry 2 = During Program Enrollment 3 = Exit 4 = Followup RelationshipToHeadOfHousehold 1 = Child 2 = Spouse 3 = Other family 4 = Non-married partner Release of Information Documentation 1 = Signed, Written Consent 2 = Verbal Consent 3 = Other Documentation 4 = No Documentation
Diagram
Schema Component Representation
<xsd:simpleType name="fourValBase">
<xsd:restriction base=" xsd:unsignedInt ">
<xsd:minInclusive value="1"/>
<xsd:maxInclusive value="4"/>
</xsd:restriction>
</xsd:simpleType>