Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type availability
Namespace http://www.hudhdx.info/Resources/Vendors/6_1_1/HUD_HMIS.xsd
Annotations
Availability (ES Only) 
1 Year-round 
2 Seasonal 
3 Overflow
Diagram
Diagram
Type restriction of xs:unsignedInt
Facets
enumeration 1
Year-round
enumeration 2
Seasonal
enumeration 3
Overflow
Used by
Source
<xs:simpleType name="availability">
  <xs:annotation>
    <xs:documentation xml:lang="en">Availability (ES Only) 1 Year-round 2 Seasonal 3 Overflow</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:unsignedInt">
    <xs:enumeration value="1">
      <xs:annotation>
        <xs:documentation xml:lang="en">Year-round</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="2">
      <xs:annotation>
        <xs:documentation xml:lang="en">Seasonal</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="3">
      <xs:annotation>
        <xs:documentation xml:lang="en">Overflow</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>