complexType "DDIInstanceType"
Namespace: |
|
Content: |
|
Defined: |
|
Includes: |
|
Used: |
|
XML Representation Summary |
<... |
|
|
= |
("Canonical" | "Deprecated") |
|
= |
("Add" | "Update" | "Delete") |
|
= |
xs:anyURI |
|
= |
("Agency" | "Maintainable") : "Agency" |
|
= |
(xs:dateTime | xs:date | xs:gYearMonth | xs:gYear | xs:duration) |
|
= |
xs:anyURI |
|
= |
xs:boolean : "false" |
|
= |
xs:language |
|
= |
"true" |
|
|
> |
|
Content: |
(r:URN | (r:Agency, r:ID, r:Version))[1..2], r:UserID*, r:UserAttributePair*, (r:VersionResponsibility | r:VersionResponsibilityReference)?, r:VersionRationale?, r:BasedOnReference?, r:Note*, r:Software*, r:MetadataQuality*, r:Citation?, r:Coverage?, g:Group*, g:ResourcePackage*, g:LocalHoldingPackage*, s:StudyUnit*, r:OtherMaterial*, (pr:DDIProfile | r:DDIProfileReference)*, TranslationInformation? |
|
</...> |
Content Model Elements (23):
-
TranslationInformation,
g:Group,
g:LocalHoldingPackage,
g:ResourcePackage,
pr:DDIProfile,
r:Agency,
r:BasedOnReference,
r:Citation,
r:Coverage,
r:DDIProfileReference,
r:ID,
r:MetadataQuality,
r:Note,
r:OtherMaterial,
r:Software,
r:URN,
r:UserAttributePair,
r:UserID,
r:Version,
r:VersionRationale,
r:VersionResponsibility,
r:VersionResponsibilityReference,
s:StudyUnit
All Direct / Indirect Based Elements (1):
-
Annotation
DDIInstance is the top-level publication wrapper for any DDI document. All DDI content published as XML (with the exception of a Fragment intended for transmission) had DDIInstance as its top level structure. In addition to a citation and coverage statement for the instance, the DDIInstance can contain a Group, ResourcePackage, LocalHoldingPackeage or StudyUnit. Additional OtherMaterial content may be added but in general OtherMaterial should be listed in the maintainable object containing the objects the OtherMaterial is related to. The instance can provide an applicable DDIProfile either in-line or by reference and can contain overall translation information.
Type Derivation Tree DDIInstanceType |
XML Source (w/o annotations (11); see within schema source)
<xs:complexType name="DDIInstanceType"> <xs:complexContent> <xs:sequence> <xs:element maxOccurs="unbounded" minOccurs="0" ref="g:Group"/> <xs:element maxOccurs="unbounded" minOccurs="0" ref="s:StudyUnit"/> <xs:choice maxOccurs="unbounded" minOccurs="0"> </xs:choice> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> |
Content Element Detail (all declarations; defined within this component only; 10/23) -
A publication of a Group of StudyUnits.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="g:Group"/> |
-
A publication package containing a deposited publication as well as local value added or processing information.
XML Source (w/o annotations (1); see within schema source)
-
A publication of a set of maintainables (modules or schemes) intended for reuse between studies.
XML Source (w/o annotations (1); see within schema source)
-
A DDIProfile applicable to the instance.
XML Source (w/o annotations (1); see within schema source)
-
Citation for the Instance. Note that the citation is optional, because the DDI Instance may contain only reusable component pieces of metadata sets, which are not directly concerned with a single study or studies.
XML Source (w/o annotations (1); see within schema source)
-
This element contains descriptions of temporal, geographic and topical coverage. At the instance level these descriptions should be inclusive of the coverage of all modules in the instance. The element is available within individual modules and can be used to refine the coverage to that of the individual module.
XML Source (w/o annotations (1); see within schema source)
-
Inclusion of an existing DDIProfile by reference.
XML Source (w/o annotations (1); see within schema source)
-
External materials related to the DDI Instance that have not been included in any maintainables contained within the instance.
XML Source (w/o annotations (1); see within schema source)
-
A publication of a study unit representing the purpose, background, development, data capture, and data products related to a study.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="s:StudyUnit"/> |
-
TranslationInformation contains information about the translation of the content of the DDI Instance. This includes human-readable information about which language(s) are involved in the translation.
XML Source (w/o annotations (1); see within schema source)