EmailRoleCodeType

To allow qualification of the use of an Email as a requester, a
recipient or a cc or cci

Simple Type Information

Used By

Attribute EmailType/@Role

Source

<xs:simpleType name="EmailRoleCodeType">
  <xs:annotation>
    <xs:documentation>To allow qualification of the use of an Email as a requester, a recipient or a cc or cci</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:NMTOKEN">
    <xs:enumeration value="CC"/>
    <xs:enumeration value="CCI"/>
    <xs:enumeration value="From"/>
    <xs:enumeration value="To"/>
  </xs:restriction>
</xs:simpleType>