Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type noYesOnly
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/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 disabilities/DocumentationOnFile, enrollment/LOSUnderThreshold, enrollment/PreviousStreetESSH, entryRHY/AbuseAndNeglectFam, entryRHY/AbuseAndNeglectYouth, entryRHY/ActiveMilitaryParent, entryRHY/AlcoholDrugAbuseFam, entryRHY/AlcoholDrugAbuseYouth, entryRHY/HealthIssuesFam, entryRHY/HealthIssuesYouth, entryRHY/HouseholdDynamics, entryRHY/HousingIssuesFam, entryRHY/HousingIssuesYouth, entryRHY/IncarceratedParent, entryRHY/InsufficientIncome, entryRHY/MentalDisabilityFam, entryRHY/MentalDisabilityYouth, entryRHY/MentalHealthIssuesFam, entryRHY/MentalHealthIssuesYouth, entryRHY/PhysicalDisabilityFam, entryRHY/PhysicalDisabilityYouth, entryRHY/SchoolEducationalIssuesFam, entryRHY/SchoolEducationalIssuesYouth, entryRHY/SexualOrientationGenderIDFam, entryRHY/SexualOrientationGenderIDYouth, entryRHY/UnemploymentFam, entryRHY/UnemploymentYouth, 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/RentalAssistanceOngoing, nonCashBenefits/RentalAssistanceTemp, nonCashBenefits/SNAP, nonCashBenefits/TANFChildCare, nonCashBenefits/TANFTransportation, nonCashBenefits/WIC, pathStatus/ClientEnrolledInPATH, project/ContinuumProject, project/ResidentialAffiliation, rhyBCPStatus/FYSBYouth, site/PrincipalSite
Source
<xs:simpleType name="noYesOnly">
  <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>