complexType "ItemType"
Namespace:
Content:
complex, 13 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 13 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Model Elements (13):
Access, AvailabilityStatus, CallNumber, CollectionCompleteness, DataFileQuantity, Item, ItemFormat, LocationInArchive, Media, OriginalArchiveOrganizationReference, StudyClass, r:Citation, r:URI
All Direct / Indirect Based Elements (1):
Item
Known Usage Locations
Annotation
Describes individual items held or distributed by the archive in connection with a study, group of studies, or resource packages. What constitutes an item is determined by the archive. Provides identification information on the item within the context of the archive including citation, a statement on its location, call number (internal identifier), URI, format, media type, and source. The item is classified by a study class designation, information on access restrictions, and availability status. Content information on the number of data files associated with the item, the completeness of the collection of objects represented by this item as well as descriptions of nested items are provided.
XML Source (w/o annotations (14); see within schema source)
<xs:complexType name="ItemType">
<xs:sequence>
<xs:element minOccurs="0" ref="r:Citation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationInArchive"/>
<xs:element minOccurs="0" ref="CallNumber"/>
<xs:element minOccurs="0" ref="r:URI"/>
<xs:element minOccurs="0" ref="ItemFormat"/>
<xs:element minOccurs="0" ref="Media"/>
<xs:element minOccurs="0" ref="StudyClass"/>
<xs:element minOccurs="0" ref="Access"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OriginalArchiveOrganizationReference"/>
<xs:element minOccurs="0" ref="AvailabilityStatus"/>
<xs:element minOccurs="0" ref="DataFileQuantity"/>
<xs:element minOccurs="0" ref="CollectionCompleteness"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Item"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 13/13)
Access
Type:
AccessType, complex content
Access restriction information applying to the item. If none are specified the default restrictions of the archive or parent collection or item apply.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Access"/>

AvailabilityStatus
Type:
r:StructuredStringType, complex content
A statement of availability for the item. This is a positive statement (as opposed to access restrictions) which may be used for publication or other purposes. Allows for structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="AvailabilityStatus"/>

CallNumber
Type:
xs:string, predefined, simple content
The name, code, or number used by the archive to uniquely identify the item within the archive.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CallNumber"/>

CollectionCompleteness
Type:
r:StructuredStringType, complex content
Describes the completeness of the collection for the item and its related data files and sub-items. Note coverage gaps as well as unique content . This statement may be used for publication or other purposes. Allows for structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="CollectionCompleteness"/>

DataFileQuantity
Type:
xs:integer, predefined, simple content
The number of data files in the described item, expressed as an integer. This is a check sum and should be updated as the contents of the collection changes. The use of this element is best restricted to completed collections where change in the number of objects is not dynamic.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DataFileQuantity"/>

Item
Type:
ItemType, complex content
Allows for the nesting of Item descriptions with a item.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Item"/>

ItemFormat
Type:
r:CodeValueType, simple content
Describes the item's format.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="ItemFormat"/>

LocationInArchive
Type:
r:InternationalStringType, complex content
Describes the location of the item within the archive. Repeat for multiple locations such as separate stores for access and archival copies.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationInArchive"/>

Media
Type:
r:CodeValueType, simple content
Describes the medium, or media, for the item.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Media"/>

OriginalArchiveOrganizationReference
Type:
r:ReferenceType, complex content
The original archive for the described item, expressed as a reference to an organization listed in the organization scheme.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="OriginalArchiveOrganizationReference"/>

r:Citation
Type:
r:CitationType, complex content
A citation for the item. May additionally be rendered in native qualified Dublin Core (dc and dcterms).
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Citation"/>

r:URI
Type:
xs:anyURI, predefined, simple content
The URL or URN for the item.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:URI"/>

StudyClass
Type:
StudyClassType, complex content
An archive specific classification for the item. This may be a topical classification, a classification of intended processing levels, or information on the processing status.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StudyClass"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set