complexType "ArchiveType"
Namespace:
Content:
complex, 9 attributes, 21 elements
Defined:
globally in archive.xsd; see XML source
Includes:
definitions of 8 elements
Used:
XML Representation Summary
<...
   
 = 
("Add" | "Update" | "Delete")
 = 
(xs:string | xs:string)
 = 
("Agency" | "Maintainable") : "Agency"
 = 
xs:boolean
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
 = 
xs:anyURI
 = 
xs:boolean : "false"
 = 
xs:language
 = 
"true"
   
>
   
Content: 
</...>
Content Model Elements (21):
ArchiveModuleName, ArchiveSpecific, OrganizationScheme, r:Agency, r:BasedOnObject, r:Description, r:ID, r:Label, r:LifecycleInformation, r:MetadataQuality, r:Note, r:OrganizationSchemeReference, r:OtherMaterial, r:Software, r:URN, r:UserAttributePair, r:UserID, r:Version, r:VersionRationale, r:VersionResponsibility, r:VersionResponsibilityReference
All Direct / Indirect Based Elements (1):
Archive
Known Usage Locations
Annotation
A maintainable module containing information related to the archiving (longer term access and/or preservation) of the data and metadata. Note that in DDI Archive refers to a set of processes rather than a location. Archive contents are split into archive specific information (information that is related to the organization or individual performing archival activities) and information that reflects the processes that the metadata or data have undergone which should be maintained along with other content if the metadata changes locations. Two key pieces of information held within the Archive are the Organization Scheme (containing records of Organizations, Individuals, and the Relationships between them) and the Lifecycle. The Lifecycle can be used to document any significant event in the life of the data and metadata. It is a series of Lifecycle Events which note the date of the event, what took place, and who was involved. The module is described by a name, label, and description, archive specific information, an Organization Scheme (in-line or by reference), Lifecycle Information, and Other Materials related to the objects within the Archive Module. Archive Specific information covers details regarding individual items and collections within the archive as well as access conditions, funding and budget information, and quality statements. The reference to the Organization or individual acting as the archive as well as a coverage statement regarding the archive collection is found here.
Type Definition Detail
Type Derivation Tree
r:AbstractIdentifiableType (extension)
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ArchiveType
XML Source (w/o annotations (9); see within schema source)
<xs:complexType name="ArchiveType">
<xs:complexContent>
<xs:extension base="r:MaintainableType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ArchiveModuleName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>
<xs:element minOccurs="0" ref="r:Description"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ArchiveSpecific"/>
<xs:choice maxOccurs="unbounded" minOccurs="0">
<xs:element ref="OrganizationScheme"/>
<xs:element ref="r:OrganizationSchemeReference"/>
</xs:choice>
<xs:element minOccurs="0" ref="r:LifecycleInformation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:OtherMaterial"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 8/21)
ArchiveModuleName
Type:
r:NameType, complex content
A name for the Archive module. May be expressed in multiple languages. Repeat the element to express names with different content, for example different names for different systems.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ArchiveModuleName"/>

ArchiveSpecific
Type:
ArchiveSpecificType, complex content
Contains metadata specific to a particular archive's holding.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ArchiveSpecific"/>

OrganizationScheme
Type:
OrganizationSchemeType, complex content
A list of the organizations related to the DDI instance. This includes information on the archives responsible for creating and maintaining the instance. All agencies must be defined as an Organization in an Archive schema (which can be defined inline or resolved externally).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="OrganizationScheme"/>

r:Description
Type:
r:StructuredStringType, complex content
A description of the content and purpose of the Archive module. May be expressed in multiple languages and supports the use of structured content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, complex content
A display label for the Archive module. May be expressed in multiple languages. Repeat for labels with different content, for example, labels with differing length limitations.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Label"/>

r:LifecycleInformation
Type:
LifecycleInformation contains the description of a set of events in the life cycle of the data. It may be extended by specific users.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="r:LifecycleInformation"/>

r:OrganizationSchemeReference
Type:
r:SchemeReferenceType, complex content
A reference to a list of the organizations related to the DDI instance. This includes information on the archives responsible for creating and maintaining the instance. All agencies must be defined as an Organization in an Archive schema (which can be defined inline or resolved externally).
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="r:OrganizationSchemeReference"/>

r:OtherMaterial
Type:
r:OtherMaterialType, complex content
Material related to this item from the archive's perspective.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:OtherMaterial"/>

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