Showing:

Annotations
Diagrams
Facets
Source
Simple Type diggs:EmailEnumType
Namespace http://diggsml.org/schemas/3
Annotations
Enumeration of email address types. Distinguishes between personal and
business email addresses.
Diagram
Diagram
Type restriction of string
Facets
enumeration personal
Personal email address.
enumeration business
Business or work email address.
Source
<simpleType name="EmailEnumType">
  <annotation>
    <documentation>Enumeration of email address types. Distinguishes between personal and business email addresses.</documentation>
  </annotation>
  <restriction base="string">
    <enumeration value="personal">
      <annotation>
        <documentation>Personal email address.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="business">
      <annotation>
        <documentation>Business or work email address.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>