DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "ArchiveType"
Namespace:
Content:
complex, 11 attributes, 11 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 8 elements
Used:
XML Representation Summary
<...
    action
 = 
("Add" | "Update" | "Delete")
    agency
 = 
xs:NCName
    externalReferenceDefaultURI
 = 
xs:anyURI
    id
 = 
xs:string
    isMaintainable
 = 
"true"
    isPublished
 = 
xs:boolean : "false"
    objectSource
 = 
xs:anyURI
    urn
 = 
xs:anyURI
    version
 = 
xs:string
    versionDate
 = 
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration)
    xml:lang
 = 
xs:language
    >
   
Content: 
UserID*, VersionResponsibility?, VersionRationale*, ArchiveModuleName*, r:Label*, r:Description*, ArchiveSpecific, OrganizationScheme, r:LifecycleInformation?, r:OtherMaterial*, r:Note*
</...>
Content Model Elements (11):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Includes documentation about the archive and its relationship to the data being described. This encompasses metadata about the archive, relevant organizations, access, funding for the archive process, and contents and lifecycle events for the data.
Type Definition Detail
Type Derivation Tree
      r:AbstractMaintainableType (extension)
          r:MaintainableType (extension)
              ArchiveType (extension)
XML Source (w/o annotations (6); 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 maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>
<xs:element ref="ArchiveSpecific"/>
<xs:element ref="OrganizationScheme"/>
<xs:element minOccurs="0" ref="r:LifecycleInformation"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:OtherMaterial"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Note"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (defined in this component only; 8/11)
ArchiveModuleName
Type:
r:NameType, simple content
Simple Content
xs:string
XML Source (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 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, mixed content
XML Source (see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Description"/>

r:Label
Type:
r:LabelType, mixed content
XML Source (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:Note
Type:
r:NoteType, complex content
Notes on any archival information presented in this module.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="r:Note"/>

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 SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set