<xsd:complexType name="ImageAttachmentExtendedType">
<xsd:complexContent>
<xsd:extension base="ImageAttachmentType">
<xsd:sequence>
<xsd:element minOccurs="0" name="ImageAttachmentTitle" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Image attachment title
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" ref="EmbeddedData">
<xsd:annotation>
<xsd:documentation>
Holder for embedded data. (Will have an attribute
for type of enbedded document)
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ImageFileSizeMeasure" type="sqdt:ComputerStorageMeasureType">
<xsd:annotation>
<xsd:documentation>
Size of image file.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ImageLastModifiedDateTime" type="udt:DateTimeType">
<xsd:annotation>
<xsd:documentation>
The date and time the image was last
modified.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element maxOccurs="unbounded" minOccurs="0" name="ImageDescription" type="udt:TextType">
<xsd:annotation>
<xsd:documentation>
Free-form text description of the image. This field
is used to provide a more detailed description than the
ImageTitle.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" name="ImagePerspectiveCode" type="scl:ImagePerspectiveEnumeratedType">
<xsd:annotation>
<xsd:documentation>
Indicates the perspective from which the photo was
taken.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element minOccurs="0" ref="UsagePreference">
<xsd:annotation>
<xsd:documentation>
Indicates the usage preference.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|