Namespace: |
|
Defined: |
globally in myInbox.xsd; see XML source |
Used: |
at 1 location |
Simple Content Model |
"inbox" | "drafts" | "deleted" | "sent" | "custom" |
Type Derivation Tree
xsd:string (restriction)
![]() |
Derivation: |
restriction of xsd:string
|
<xsd:annotation>
<xsd:documentation>
</xsd:annotation>
Defines the allowable values for a folder/type element
</xsd:documentation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="inbox"/>
</xsd:restriction>
<xsd:enumeration value="drafts"/>
<xsd:enumeration value="deleted"/>
<xsd:enumeration value="sent"/>
<xsd:enumeration value="custom"/>
</xsd:simpleType>
|