simpleType "folderTypeEnum"
Namespace:
Defined:
globally in myInbox.xsd; see XML source
Used:
Simple Content Model
"inbox" | "drafts" | "deleted" | "sent" | "custom"
All Direct / Indirect Based Elements (1):
type (in folder in myInbox)
Known Usage Locations
Annotation
Defines the allowable values for a folder/type element
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  folderTypeEnum
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="folderTypeEnum">
<xsd:annotation>
<xsd:documentation>
Defines the allowable values for a folder/type element
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="inbox"/>
<xsd:enumeration value="drafts"/>
<xsd:enumeration value="deleted"/>
<xsd:enumeration value="sent"/>
<xsd:enumeration value="custom"/>
</xsd:restriction>
</xsd:simpleType>