Namespace: |
|
Content: |
|
Defined: |
globally in myInbox.xsd; see XML source |
Includes: |
definition of 1 attribute |
Used: |
at 1 location |
XML Representation Summary |
||||||
<... |
||||||
|
||||||
> |
||||||
|
||||||
</...> |
Type Derivation Tree
emailType (extension)
![]() |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Specifies an e-mail address and display name
</xsd:documentation>
<xsd:complexContent>
<xsd:extension base="emailType">
</xsd:complexContent>
<xsd:attribute name="type" use="required">
</xsd:extension>
<xsd:annotation>
</xsd:attribute>
<xsd:documentation>
</xsd:annotation>
Specifies whether the recipient is in the 'to' or 'cc' list
</xsd:documentation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
</xsd:simpleType>
<xsd:enumeration value="to"/>
</xsd:restriction>
<xsd:enumeration value="cc"/>
</xsd:complexType>
|
Type: |
|
Use: |
required |
Defined: |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Specifies whether the recipient is in the 'to' or 'cc' list
</xsd:documentation>
<xsd:simpleType>
<xsd:restriction base="xsd:string">
</xsd:simpleType>
<xsd:enumeration value="to"/>
</xsd:restriction>
<xsd:enumeration value="cc"/>
</xsd:attribute>
|
Type: |
emailAddressType, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
An e-mail address (for example, someone@microsoft.com).
</xsd:documentation>
</xsd:element>
|
Type: |
hs:localizableString, simple content |
Defined: |
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
The display name of an e-mail address
</xsd:documentation>
</xsd:element>
|