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