DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "StudyClassType"
Namespace:
Content:
complex, 2 elements
Defined:
globally in archive.xsd, see XML source
Includes:
definitions of 2 elements
Used:
XML Representation Summary
<...>
   
Content: 
ClassDescription*, ClassType*
</...>
Content Model Elements (2):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
The type of study documented by the DDI metadata, expressed in human-readable form and as a value from a controlled vocabulary.
XML Source (w/o annotations (3); see within schema source)
<xs:complexType name="StudyClassType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ClassDescription"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ClassType"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 2/2)
ClassDescription
Type:
Human-readable description of the type of the study.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ClassDescription"/>

ClassType
Type:
r:CodeValueType, simple content
Description of the type of the study taken from a controlled vocabulary.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="ClassType"/>

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