DDI 3.1 XML Schema Documentation (2009-10-18)
© DDI Alliance 2009 - licensed under the terms of the GNU Lesser General Public License
complexType "SeriesStatementType"
Namespace:
Content:
complex, 4 elements
Defined:
globally in reusable.xsd, see XML source
Includes:
definitions of 4 elements
Used:
XML Representation Summary
<...>
   
Content: 
SeriesRepositoryLocation?, SeriesName+, Abbreviation*, SeriesDescription*
</...>
Content Model Elements (4):
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Series statement contains information about the series to which a study unit or group of study units belongs. You may point to the URL of a series repository and then use the Name field to indicate the series itself as identified in that repository. Fields also exist for describing the series and providing abbreviations.
XML Source (w/o annotations (5); see within schema source)
<xs:complexType name="SeriesStatementType">
<xs:sequence>
<xs:element minOccurs="0" name="SeriesRepositoryLocation" type="xs:anyURI"/>
<xs:element maxOccurs="unbounded" ref="SeriesName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="Abbreviation" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SeriesDescription"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (defined in this component only; 4/4)
Abbreviation
Type:
xs:string, predefined, simple content
Abbreviation of the series name
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="Abbreviation" type="xs:string"/>

SeriesDescription
Type:
StructuredStringType, mixed content
Human-readable description of the series.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SeriesDescription"/>

SeriesName
Type:
NameType, simple content
Series name
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" ref="SeriesName"/>

SeriesRepositoryLocation
Type:
xs:anyURI, predefined, simple content
Location of the repository containing the series.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="SeriesRepositoryLocation" type="xs:anyURI"/>

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