<xs:group name="ItemManagementGroup">
<xs:annotation>
<xs:documentation>A group of properties for the management of the item</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element ref="itemClass"/>
<xs:element ref="provider"/>
<xs:element ref="versionCreated"/>
<xs:element ref="firstCreated" minOccurs="0"/>
<xs:element ref="embargoed" minOccurs="0"/>
<xs:element ref="pubStatus" minOccurs="0"/>
<xs:element ref="role" minOccurs="0"/>
<xs:element ref="fileName" minOccurs="0"/>
<xs:element ref="generator" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="profile" minOccurs="0"/>
<xs:element ref="service" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="title" minOccurs="0" maxOccurs="unbounded">
<xs:annotation>
<xs:documentation>A short natural language name for the Item.</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="edNote" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="memberOf" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="instanceOf" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="signal" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="altRep" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="deliverableOf" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="hash" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="expires" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="origRep" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="incomingFeedId" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:group> |