complexType "attachmentMetadataBlueType"
Namespace:
Content:
complex, 3 attributes, 5 elements
Defined:
globally in myCalendar.xsd; see XML source
Used:
XML Representation Summary
<...
   
 = 
xsd:nonNegativeInteger
 = 
xsd:hexBinary
 = 
xsd:string
   
>
   
Content: 
</...>
Content Model Elements (5):
attachmentBody (type xsd:base64Binary), contentTransferEncoding (type hs:string), contentType (type hs:string), name (type hs:localizableString), size (type xsd:unsignedLong)
All Direct / Indirect Based Elements (1):
attachment (in event in myCalendar)
Known Usage Locations
Type Definition Detail
Type Derivation Tree
attachmentMetadataType (extension)
  attachmentMetadataBlueType
XML Source (see within schema source)
<xsd:complexType name="attachmentMetadataBlueType">
<xsd:complexContent>
<xsd:extension base="attachmentMetadataType">
<xsd:attributeGroup ref="hs:standardBlueAttributeGroup"/>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
Attribute Detail (all declarations; 3/3)
changeNumber
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="changeNumber" type="changeNumberType" use="required"/>

creator
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="creator" type="creatorType" use="required"/>

id
Type:
Use:
required
Defined:
XML Source (see within schema source)
<xsd:attribute name="id" type="idType" use="required"/>
Content Element Detail (all declarations; 5/5)
attachmentBody
Type:
xsd:base64Binary, predefined, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the MIME body of the attachment.
XML Source (see within schema source)
<xsd:element name="attachmentBody" type="xsd:base64Binary">
<xsd:annotation>
<xsd:documentation>
This element contains the MIME body of the attachment.
</xsd:documentation>
<xsd:appinfo>
<xdb:system type="calculatedFieldLateBound"/>
</xsd:appinfo>
</xsd:annotation>
</xsd:element>

contentTransferEncoding
Type:
hs:string, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the encoding of the attachment. This information is necessary for decoding the attachment.
XML Source (see within schema source)
<xsd:element name="contentTransferEncoding" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the encoding of the attachment. This information is necessary
for decoding the attachment.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

contentType
Type:
hs:string, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the content type of the attachment.
XML Source (see within schema source)
<xsd:element name="contentType" type="hs:string">
<xsd:annotation>
<xsd:documentation>
This element contains the content type of the attachment.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

name
Type:
hs:localizableString, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains information about an individual attachment in a mail message.
XML Source (see within schema source)
<xsd:element name="name" type="hs:localizableString">
<xsd:annotation>
<xsd:documentation>
This element contains information about an individual attachment in a mail message.
</xsd:documentation>
</xsd:annotation>
</xsd:element>

size
Type:
xsd:unsignedLong, predefined, simple content
Defined:
locally within attachmentMetadataType complexType
This element contains the size of the attachment in bytes.
XML Source (see within schema source)
<xsd:element name="size" type="xsd:unsignedLong">
<xsd:annotation>
<xsd:documentation>
This element contains the size of the attachment in bytes.
</xsd:documentation>
</xsd:annotation>
</xsd:element>