StudyUnitType (complexType)

DDI

Describes the study unit which encompasses specified data collection processes as well as their resultant data products. This includes all of it's associated documentation and metadata. A Study Unit corresponds to the "study" as described in a traditional codebook, although a codebook may relate to only a single data product from the study. Typically, a 2.* or earlier version can have its content marked up in DDI version 3.0 with a single study unit containing the bulk of the documentation and metadata. Multiple data products from the same "study" (typically separate DDI instances in 2.* and earlier) can be combined in a single 3.0 instance. (See "DDI 3.0 Documentation, Part 1: Basic Structures" for more detail regarding the mappings between 2.* and 3.0.)

Source

  <xs:complexType name="StudyUnitType">  <xs:complexContent>  <xs:extension base="r:MaintainableType">  <xs:sequence>  <xs:element ref="r:Citation">  </xs:element>  <xs:element ref="Abstract" maxOccurs="unbounded">  </xs:element>  <xs:element ref="r:UniverseReference" maxOccurs="unbounded">  </xs:element>  <xs:element ref="r:SeriesStatement" minOccurs="0">  </xs:element>  <xs:element ref="r:FundingInformation" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="Purpose" maxOccurs="unbounded">  </xs:element>  <xs:element ref="r:Coverage" minOccurs="0">  </xs:element>  <xs:element ref="r:AnalysisUnit" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element name="AnalysisUnitsCovered" type="r:InternationalStringType" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="KindOfData" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="r:OtherMaterial" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="r:Note" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="r:Embargo" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="c:ConceptualComponent" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="d:DataCollection" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="l:BaseLogicalProduct" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="p:PhysicalDataProduct" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="pi:PhysicalInstance" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="a:Archive" minOccurs="0">  </xs:element>  <xs:element ref="pr:DDIProfile" minOccurs="0" maxOccurs="unbounded">  </xs:element>  <xs:element ref="DDIProfileReference" minOccurs="0" maxOccurs="unbounded">  </xs:element>  </xs:sequence>  </xs:extension>  </xs:complexContent>  </xs:complexType>