DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "CollectionType"
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?, ItemQuantity?, StudyClass?, DefaultAccess?, OriginalArchiveOrganizationReference*, AvailabilityStatus*, DataFileQuantity?, CollectionCompleteness*, Item*, Collection*
</...>
Content Model Elements (12):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Describes a collection of 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="CollectionType">
<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 minOccurs="0" name="ItemQuantity" type="xs:integer"/>
<xs:element minOccurs="0" ref="StudyClass"/>
<xs:element minOccurs="0" ref="DefaultAccess"/>
<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:element maxOccurs="unbounded" minOccurs="0" ref="Collection"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 12/12)
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 call number used by the archive.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="CallNumber" type="xs:string"/>

Collection
Type:
CollectionType, complex content
Documents a sub-collection that is part of the current collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="Collection"/>

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 in the described collection, expressed as an integer.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DataFileQuantity" type="xs:integer"/>

DefaultAccess
Type:
AccessType, complex content
Default access restriction information applying to all of the items in the collection.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="DefaultAccess"/>

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

ItemQuantity
Type:
xs:integer, predefined, simple content
The number of items in the collection..
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ItemQuantity" type="xs:integer"/>

LocationInArchive
Type:
Describes the location of the collection 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"/>

OriginalArchiveOrganizationReference
Type:
r:ReferenceType, complex content
The original archive for the described collection, 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"/>

StudyClass
Type:
StudyClassType, complex content
The type of study which is documented by the DDI instance.
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 collection.
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