2.2.5.10 EmailFormat

The EmailFormat simple type specifies the preferred email delivery format that is associated with a user.

The following is the XML schema definition of the EmailFormat simple type.

   <xs:simpleType name="EmailFormat">
     <xs:restriction base="xs:string">
       <xs:enumeration value="NotSpecified" />
       <xs:enumeration value="HTML" />
       <xs:enumeration value="Text" />
     </xs:restriction>
   </xs:simpleType>

The values of the enumeration are described in the following table.

Value

Meaning

NotSpecified

The email format is unspecified.

HTML

The email format is HTML that can include hyperlink references.

Text

The email format is plain text.