mail Schema
include-attributes Simple Type
mail Schema : include-attributes Simple Type

Glossary Item Box

Description

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

Type

Restriction of xs:string

Diagram

include-attributes Simple Type

Overview

include-attributes Restriction of xs:string
List of the enabled/disabled features of the mail message, for example, what is included with the message.

Facets

Enumerationattachments
Enumerationhistory

Source

<xs:simpleType name="include-attributes" 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:restriction base="xs:string">
    <xs:enumeration value="attachments">
      <xs:annotation>
        <xs:documentation>
                    Are attachments included?
                </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="history">
      <xs:annotation>
        <xs:documentation>
                    Is history of the entity included?
                </xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

See Also