<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:element ref="FreeFormTextGroup" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation source="http://www.starstandard.org/STAR/5">Used to provide additional information that helps describe the image. Can be used to add additional notes about the image and information beyond a general description.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:extension>
</xsd:complexContent>
</xsd:complexType>
|