DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "StudyUnitType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in group.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
s:StudyUnit | Reference
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Allows for inclusion of a study unit that belongs to the group as a direct child. Subgroups may also contain study units, and individual study units and subgroups may be members of a single group. Study units can be included in any group or subgroup either as in-line documentation/metadata or by reference.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="StudyUnitType">
<xs:choice>
<xs:element ref="s:StudyUnit"/>
<xs:element ref="Reference"/>
</xs:choice>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
Reference
Type:
r:ReferenceType, complex content
References a study unit which is a member of the group, but is documented in a different DDI metadata set.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="Reference"/>

s:StudyUnit
Type:
s:StudyUnitType, complex content
Contains the detailed documentation for a study unit which is a member of the group.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="s:StudyUnit"/>

XML schema documentation generated with DocFlex/XML SDK 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set