<xs:complexType name="ImageItemsType">
<xs:annotation>
<xs:documentation xml:lang="en">Collection of image items.</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="ImageItem" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation xml:lang="en">Image of a given category.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:complexContent>
<xs:extension base="ImageDescriptionType">
<xs:attributeGroup ref="DateTimeStampGroup">
<xs:annotation>
<xs:documentation xml:lang="en">Creation and modification information for this image item.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attributeGroup ref="RemovalGroup">
<xs:annotation>
<xs:documentation xml:lang="en">If true, this item is obsolete and should be removed from the receiving system.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
<xs:attribute name="Version" type="xs:string" use="optional">
<xs:annotation>
<xs:documentation xml:lang="en">The version of the image item.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attributeGroup ref="ID_OptionalGroup">
<xs:annotation>
<xs:documentation xml:lang="en">A unique identifying value assigned by the creating system. The ID attribute may be used to reference a primary-key value within a database or in a particular implementation.</xs:documentation>
</xs:annotation>
</xs:attributeGroup>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
|