Documentation for the HUD HMIS XML Schema v2.8

Simple Type: healthStatusBase

[Table of contents]

Super-types: unsignedInt < unsignedInt (by extension) < healthStatusBase (by restriction)
Sub-types:
Name healthStatusBase
Content
  • Base XSD Type: unsignedInt
  • value comes from list: {'1'|'2'|'3'|'4'|'5'|'8'}
Documentation HealthStatus 1 = Excellent 2 = Very good 3 = Good 4 = Fair 5 = Poor 8 = Don't know
Diagram
Schema Component Representation
<xsd:simpleType name="healthStatusBase">
<xsd:restriction base=" xsd:unsignedInt ">
<xsd:enumeration value="1"/>
<xsd:enumeration value="2"/>
<xsd:enumeration value="3"/>
<xsd:enumeration value="4"/>
<xsd:enumeration value="5"/>
<xsd:enumeration value="8"/>
</xsd:restriction>
</xsd:simpleType>