Showing:

Annotations
Attributes
Diagrams
Properties
Source
Used by
Complex Type diggs:EmailType
Namespace http://diggsml.org/schemas/3
Annotations
Complex type: EmailType
Diagram
DiagramCommon_xsd_Simple_Type_diggs_EmailStringType.tmp#EmailStringTypeCommon_xsd_Complex_Type_diggs_EmailType.tmp#EmailType_type
Type extension of diggs:EmailStringType
Type hierarchy
Used by
Attributes
QName Type Use Annotation
type diggs:ExtEmailEnumType optional
Type classification for the element.
Source
<complexType name="EmailType">
  <annotation>
    <documentation>Complex type: EmailType</documentation>
  </annotation>
  <simpleContent>
    <extension base="diggs:EmailStringType">
      <attribute name="type" type="diggs:ExtEmailEnumType">
        <annotation>
          <documentation>Type classification for the element.</documentation>
        </annotation>
      </attribute>
    </extension>
  </simpleContent>
</complexType>
Attribute diggs:EmailType / @type
Namespace No namespace
Annotations
Type classification for the element.
Type diggs:ExtEmailEnumType
Properties
content simple
Used by
Complex Type diggs:EmailType
Source
<attribute name="type" type="diggs:ExtEmailEnumType">
  <annotation>
    <documentation>Type classification for the element.</documentation>
  </annotation>
</attribute>