<Sources>
(Sources)
This element specifies the sources in a collection.
Parent Elements |
---|
Root element of Shared Bibliography part |
Child Elements |
Subclause |
---|---|
|
Attributes |
Description |
||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Specifies the filename of a file which may be used to format the bibliographies and citations within this document. If this file is of an unknown form or cannot be located, then the other attributes on this element may be used to determine the format to use. example:
<b:Sources SelectedStyle="\APA.XSL" StyleName="APA" URI="http://schemas.openxmlformats.org/bibliographicStyle/APA"> The possible values for this attribute are defined by the ST_String255 simple type (§7.6.3.2). |
||||||||||||||||||||||
|
Specifies the name of the documentation style in which the bibliography and citations are formatted. The following values shall be well-defined:
example:
<b:Sources SelectedStyle="\APA.XSL" StyleName="APA" URI="123"> The possible values for this attribute are defined by the ST_String255 simple type (§7.6.3.2). |
||||||||||||||||||||||
|
Specifies a URI or unique identifier with which a documentation style is associated; may be used to uniquely identify versions of styles that share a example:
<b:Sources SelectedStyle="\APA.XSL" StyleName="APA" URI="123"> The possible values for this attribute are defined by the ST_String255 simple type (§7.6.3.2). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Sources">
<sequence>
<element name="Source" type="CT_SourceType" minOccurs="0" maxOccurs="unbounded"/>
</sequence>
<attribute name="SelectedStyle" type="ST_String255"/>
<attribute name="StyleName" type="ST_String255"/>
<attribute name="URI" type="ST_String255"/>
</complexType>