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: 
</...>
Content Model Elements (2):
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 SeriesName 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 maxOccurs="unbounded" minOccurs="0" name="SeriesRepositoryLocation" type="xs:anyURI"/>
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SeriesName"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="SeriesAbbreviation" type="CodeValueType"/>
<xs:element minOccurs="0" ref="SeriesDescription"/>
</xs:sequence>
</xs:complexType>
Content Element Detail (all declarations; defined within this component only; 4/4)
SeriesAbbreviation
Type:
CodeValueType, simple content
Abbreviation of the series name. Repeat for multiple abbreviations for the SAME series Name.
Simple Content
xs:string
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="SeriesAbbreviation" type="CodeValueType"/>

SeriesDescription
Type:
StructuredStringType, complex content
Describe the purpose of coverage of the series. Supports multiple language versions of the same content as well as optional formatting of the content.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="SeriesDescription"/>

SeriesName
Type:
NameType, complex content
The full name of the series. The structure supports the use of multiple language versions of the content. If the name varies depending upon the context or is known by multiple names, this element may be repeated.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" ref="SeriesName"/>

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

XML schema documentation generated with DocFlex/XML 1.12 using DocFlex/XML XSDDoc 2.9.0 template set