Showing:

Attributes
Diagrams
Facets
Properties
Source
Used by
Element contact
Namespace No namespace
Diagram
DiagramDECOR_xsd_Element_contact.tmp#contact_email
Properties
content complex
Used by
Element project
Attributes
QName Type Use
email EmailType optional
Source
<xs:element name="contact">
  <xs:complexType>
    <xs:attribute name="email" type="EmailType"/>
  </xs:complexType>
</xs:element>
Attribute contact / @email
Namespace No namespace
Type EmailType
Properties
content simple
Facets
maxLength 255
pattern (mailto:)?\w+([-+._']\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)*
Used by
Element contact
Source
<xs:attribute name="email" type="EmailType"/>