Showing:

Diagrams
Facets
Source
Used by
Simple Type diggs:PhoneNumberStringType
Namespace http://diggsml.org/schemas/2.6
Diagram
Diagram
Type restriction of string
Facets
pattern [0-9\-\+\(\)]{4,}
Used by
Complex Type diggs:PhoneType
Source
<simpleType name="PhoneNumberStringType">
  <restriction base="string">
    <pattern value="[0-9\-\+\(\)]{4,}"/>
  </restriction>
</simpleType>