simpleType "attachmentIdType"
Namespace:
Defined:
globally in myCalendar.xsd; see XML source
Used:
Simple Content Model
xsd:string
All Direct / Indirect Based Elements (1):
deletedAttachment (in exception)
Known Usage Locations
Annotation
The system define unique id of an attachment on a given message.
Type Definition Detail
Type Derivation Tree
xsd:string (restriction)
  attachmentIdType
Derivation:
restriction of xsd:string
XML Source (see within schema source)
<xsd:simpleType name="attachmentIdType">
<xsd:annotation>
<xsd:documentation>
The system define unique id of an attachment on a given message.
</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:maxLength value="128"/>
</xsd:restriction>
</xsd:simpleType>