simpleType "conversationIdType"
Namespace:
Defined:
globally in myInbox.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Elements (1):
conversationId (type conversationIdType)
Known Usage Locations
Annotation
This element identifies the 'conversation' or e-mail thread of which this message belongs
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  hs:string (restriction)
      conversationIdType
Derivation:
restriction of hs:string
XML Source (see within schema source)
<xsd:simpleType name="conversationIdType">
<xsd:annotation>
<xsd:documentation>
This element identifies the 'conversation' or e-mail thread of which this message belongs
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="hs:string"/>
</xsd:simpleType>