mail Schema
include-attributes Element
mail Schema > mail Element : include-attributes Element

Glossary Item Box

Description

List of the enabled/disabled features of the mail message, for example, what is included with the message.
Namespace (none)

Diagram

attribute Element Sequence include-attributes Element

Overview

include-attributes optional
List of the enabled/disabled features of the mail message, for example, what is included with the message.
Sequence
attribute 1..2
value optional xs:boolean

Source

<xs:element name="include-attributes" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
                            List of the enabled/disabled features of the mail message, for example, what is included with the message.
                        </xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element name="attribute" minOccurs="1" maxOccurs="2">
        <xs:complexType>
          <xs:attribute name="name" type="include-attributes" />
          <xs:attribute name="value" type="xs:boolean" />
        </xs:complexType>
      </xs:element>
    </xs:sequence>
  </xs:complexType>
</xs:element>

See Also