<xs:complexType name="ItemMetadataType">
<xs:annotation>
<xs:documentation>The type for a set of properties directly associated with the item (Type defined in this XML Schema only)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:group ref="ItemManagementGroup" />
<xs:element name="link" type="LinkType" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A link from the current Item to a target Item or Web resource</xs:documentation>
</xs:annotation>
</xs:element>
<xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:anyAttribute namespace="##other" processContents="lax" />
</xs:complexType>
|