Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type noPointsYes
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Annotations
0 = No (0 points)
1 = Yes
99 = Data not collected
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 0
No (0 points)
enumeration 1
Yes
enumeration 99
Data not collected
Used by
Source
<xs:simpleType name="noPointsYes">
  <xs:annotation>
    <xs:documentation xml:lang="en">0 = No (0 points) 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 (0 points)</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>