Showing:

Diagrams
Facets
Source
Used by
Simple Type vamcStation
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [A-Za-z0-9]{1,8}
Used by
Source
<xs:simpleType name="vamcStation">
  <xs:restriction base="xs:string">
    <xs:pattern value="[A-Za-z0-9]{1,8}"/>
  </xs:restriction>
</xs:simpleType>