complexType "single2822HeaderType"
Namespace:
Content:
simple
Defined:
globally in myInbox.xsd; see XML source
Used:
XML Representation Summary
<...>
   
Content: 
{ xsd:string }
</...>
All Direct / Indirect Based Elements (1):
single2822Header (type single2822HeaderType)
Known Usage Locations
Annotation
This element represents a raw header not included in the base schema
Type Definition Detail
Type Derivation Tree
xsd:string (extension)
  single2822HeaderType
Derivation:
extension of xsd:string
XML Source (see within schema source)
<xsd:complexType name="single2822HeaderType">
<xsd:annotation>
<xsd:documentation>
This element represents a raw header not included in the base schema
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="calculatedFieldLateBound"/>
</xsd:appinfo>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<!-- for some reason, this is causing xsd to break
//look into it and fix it
<xsd:attribute name="name" use="required">
<xsd:annotation>
<xsd:documentation>
The name of the raw rfc822 header (ex: x-apparently-to)
</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
-->
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>