Showing:

Diagrams
Facets
Source
Used by
Simple Type EmailType
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
maxLength 100
pattern .+@.+
Used by
Source
<xs:simpleType name="EmailType">
  <xs:restriction base="xs:string">
    <xs:maxLength value="100"/>
    <xs:pattern value=".+@.+"/>
  </xs:restriction>
</xs:simpleType>