<xs:attributeGroup name="MultimediaDescriptionGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Generic information about a multimedia item.</xs:documentation>
</xs:annotation>
<xs:attribute name="ContentID" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The content ID of a file attachment with the prefix 'cid:'. The value of this can be used to retrieve the corresponding attachment by the receiving system.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Title" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The title of the multimedia object.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="Author" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The author of the multimedia object.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CopyrightNotice" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">A copyright notice for the multimedia object.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CopyrightOwner" type="StringLength1to64" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Owner of the copyright for the multimedia content.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CopyrightStart" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The start date for which the multimedia content rights are claimed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="CopyrightEnd" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The end date for which the multimedia content rights are claimed.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EffectiveStart" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The start date for which the content is considered valid.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="EffectiveEnd" type="DateOrDateTimeType" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The end date for which the content is considered valid.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ApplicableStart" type="DateOrMonthDay" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Start month and day or date for which the multimedia content is relevent (e.g. the start of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="ApplicableEnd" type="DateOrMonthDay" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">End month and day or date for which the multimedia content is relevent (e.g. the end of a season or the start of an event). When a year is not used (i.e. only the month and day) it signifies a recurring event.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="RecordID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Uniquely identifies this file in the message.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="SourceID" type="StringLength1to32" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">Unique identifier for the source of the multimedia object (e.g., the original image file).</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
|