DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ItemType"
Namespace:
Content:
complex, 12 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 12 elements
Used:
XML Representation Summary
<...>
   
Content: 
LocationInArchive*, CallNumber?, URI?, Format*, Media*, StudyClass?, Access?, OriginalArchiveOrganizationReference*, AvailabilityStatus*, DataFileQuantity?, CollectionCompleteness*, Item*
</...>
Content Model Elements (12):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes individual items held or distributed by the archive in connection with a study. These may be data file(s) in a variety of formats, statistical setups, codebooks, questionnaires, etc.
XML Source (w/o annotations (13); see within schema source)
<xs:complexType name="ItemType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationInArchive"/>
<xs:element minOccurs="0" name="CallNumber" type="xs:string"/>
<xs:element minOccurs="0" name="URI" type="xs:anyURI"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Format"/>
<xs:element maxOccurs="unbounded" 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 maxOccurs="unbounded" minOccurs="0" ref="AvailabilityStatus"/>
<xs:element minOccurs="0" name="DataFileQuantity" type="xs:integer"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CollectionCompleteness"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Item"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 12/12)
Access
Type:
AccessType, complex content
The access restrictions specific to the item.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="Access"/>

AvailabilityStatus
Type:
r:StructuredStringType, mixed content
A human-readable description of the availability status. Can be repeated to support different languages.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="AvailabilityStatus"/>

CallNumber
Type:
xs:string, predefined, simple content
The Item's call number as used by the archive.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CallNumber" type="xs:string"/>

CollectionCompleteness
Type:
r:StructuredStringType, mixed content
The completeness of the collection, described in human-readable terms.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="CollectionCompleteness"/>

DataFileQuantity
Type:
xs:integer, predefined, simple content
The number of data files of the documented holding, expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DataFileQuantity" type="xs:integer"/>

Format
Type:
Describes the item's format. Can be repeated to support different languages.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Format"/>

Item
Type:
ItemType, complex content
Describes an item that is subordinated to the current item.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Item"/>

LocationInArchive
Type:
Describes the location of the item in an archive. Can be repeated to support different languages.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="LocationInArchive"/>

Media
Type:
Describes the medium, or media, for the item. Can be repeated to support different languages.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Media"/>

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

StudyClass
Type:
StudyClassType, complex content
The type of study according to an internal description and controlled vocabulary.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="StudyClass"/>

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

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set