Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type noYes
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
0 = No, 1 = Yes, 99 = Data Not Collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No
enumeration 1
Yes
enumeration 99
Data Not Collected
Used by
Elements enrollment/LOSUnderThreshold, enrollment/PreviousStreetESSH, entryRHY/AlcoholDrugAbuseFam, entryRHY/IncarceratedParent, entryRHY/InsufficientIncome, entryRHY/MentalHealthIssuesFam, entryRHY/PhysicalDisabilityFam, entryRHY/UnemploymentFam, exitRHY/CounselingReceived, exitRHY/FamilyCounseling, exitRHY/GroupCounseling, exitRHY/IndividualCounseling, exitRHY/PostExitCounselingPlan, healthInsurance/COBRA, healthInsurance/EmployerProvided, healthInsurance/IndianHealthServices, healthInsurance/Medicaid, healthInsurance/Medicare, healthInsurance/OtherInsurance, healthInsurance/PrivatePay, healthInsurance/SCHIP, healthInsurance/StateHealthIns, healthInsurance/VAMedicalServices, incomeAndSources/Alimony, incomeAndSources/ChildSupport, incomeAndSources/Earned, incomeAndSources/GA, incomeAndSources/OtherSource, incomeAndSources/Pension, incomeAndSources/PrivateDisability, incomeAndSources/SSDI, incomeAndSources/SSI, incomeAndSources/SocSecRetirement, incomeAndSources/TANF, incomeAndSources/Unemployment, incomeAndSources/VADisabilityNonService, incomeAndSources/VADisabilityService, incomeAndSources/WorkersComp, nonCashBenefits/OtherBenefitsSource, nonCashBenefits/OtherTANF, nonCashBenefits/SNAP, nonCashBenefits/TANFChildCare, nonCashBenefits/TANFTransportation, nonCashBenefits/WIC, pathStatus/ClientEnrolledInPATH, project/ContinuumProject, project/ResidentialAffiliation, project/VictimServicesProvider, rhyAftercare/EmailSocialMedia, rhyAftercare/InPersonGroup, rhyAftercare/InPersonIndividual, rhyAftercare/Telephone, rhyBCPStatus/EligibleForRHY
Source
<xs:simpleType name="noYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No, 1 = Yes, 99 = Data Not Collected</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="0">
      <xs:annotation>
        <xs:documentation xml:lang="en">No</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Yes</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="99">
      <xs:annotation>
        <xs:documentation xml:lang="en">Data Not Collected</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>