Showing:

Diagrams
Facets
Source
Used by
Simple Type phoneNumber
Namespace http://www.hudhdx.info/Resources/Vendors/5_1_4/HUD_HMIS.xsd
Diagram
Diagram
Type restriction of xs:string
Facets
pattern [2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}
Used by
Source
<xs:simpleType name="phoneNumber">
  <xs:restriction base="xs:string">
    <xs:pattern value="[2-9][0-9]{2}[2-9][0-9]{2}[0-9]{4}"/>
  </xs:restriction>
</xs:simpleType>