[Table of Contents] [docx version]

Shared MLs Reference Material - Math

Source (Source)

This element specifies the bibliography entry for a source or reference work. [Example:


<b:NumberVolumes>10</b:NumberVolumes>
<b:
Comments>Comments</b:Comments>
</b:Source>

end example]

Parent Elements

Sources7.6.2.60)

 

Child Elements

Subclause

AbbreviatedCaseNumber (Abbreviated Case Number)

§7.6.2.1

AlbumTitle (Album Title)

§7.6.2.2

Author (Contributors List)

§7.6.2.5

BookTitle (Book Title)

§7.6.2.7

Broadcaster (Broadcaster)

§7.6.2.8

BroadcastTitle (Broadcast Title)

§7.6.2.9

CaseNumber (Case Number)

§7.6.2.10

ChapterNumber (Chapter Number)

§7.6.2.11

City (City)

§7.6.2.12

Comments (Comments)

§7.6.2.13

ConferenceName (Conference or Proceedings Name)

§7.6.2.17

CountryRegion (Country or Region)

§7.6.2.20

Court (Court)

§7.6.2.21

Day (Day)

§7.6.2.22

DayAccessed (Day Accessed)

§7.6.2.23

Department (Department)

§7.6.2.24

Distributor (Distributor)

§7.6.2.26

Edition (Editor)

§7.6.2.27

Guid (GUID)

§7.6.2.30

Institution (Institution)

§7.6.2.31

InternetSiteTitle (Internet Site Title)

§7.6.2.32

Issue (Issue)

§7.6.2.36

JournalName (Journal Name)

§7.6.2.37

LCID (Locale ID)

§7.6.2.39

Medium (Medium)

§7.6.2.40

Month (Month)

§7.6.2.42

MonthAccessed (Month Accessed)

§7.6.2.43

NumberVolumes (Number of Volumes)

§7.6.2.45

Pages (Pages)

§7.6.2.46

PatentNumber (Patent Number)

§7.6.2.47

PeriodicalTitle (Periodical Title)

§7.6.2.49

ProductionCompany (Production Company)

§7.6.2.52

PublicationTitle (Publication Title)

§7.6.2.53

Publisher (Publisher)

§7.6.2.54

RecordingNumber (Recording Number)

§7.6.2.55

RefOrder (Reference Order)

§7.6.2.56

Reporter (Reporter)

§7.6.2.57

ShortTitle (Short Title)

§7.6.2.58

SourceType (Source Type)

§7.6.2.61

StandardNumber (Standard Number)

§7.6.2.62

StateProvince (State or Province)

§7.6.2.63

Station (Station)

§7.6.2.64

Tag (Tag)

§7.6.2.65

Theater (Theater)

§7.6.2.66

ThesisType (Thesis Type)

§7.6.2.67

Title (Title)

§7.6.2.68

Type (Type)

§7.6.2.70

URL (URL)

§7.6.2.71

Version (Version)

§7.6.2.72

Volume (Volume)

§7.6.2.73

Year (Year)

§7.6.2.75

YearAccessed (Year Accessed)

§7.6.2.76

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_SourceType">

   <sequence>

   <choice minOccurs="0" maxOccurs="unbounded">

   <element name="AbbreviatedCaseNumber" type="ST_String255"/>

   <element name="AlbumTitle" type="ST_String255"/>

   <element name="Author" type="CT_AuthorType"/>

   <element name="BookTitle" type="ST_String255"/>

   <element name="Broadcaster" type="ST_String255"/>

   <element name="BroadcastTitle" type="ST_String255"/>

   <element name="CaseNumber" type="ST_String255"/>

   <element name="ChapterNumber" type="ST_String255"/>

   <element name="City" type="ST_String255"/>

   <element name="Comments" type="ST_String255"/>

   <element name="ConferenceName" type="ST_String255"/>

   <element name="CountryRegion" type="ST_String255"/>

   <element name="Court" type="ST_String255"/>

   <element name="Day" type="ST_String255"/>

   <element name="DayAccessed" type="ST_String255"/>

   <element name="Department" type="ST_String255"/>

   <element name="Distributor" type="ST_String255"/>

   <element name="Edition" type="ST_String255"/>

   <element name="Guid" type="ST_String255"/>

   <element name="Institution" type="ST_String255"/>

   <element name="InternetSiteTitle" type="ST_String255"/>

   <element name="Issue" type="ST_String255"/>

   <element name="JournalName" type="ST_String255"/>

   <element name="LCID" type="ST_String255"/>

   <element name="Medium" type="ST_String255"/>

   <element name="Month" type="ST_String255"/>

   <element name="MonthAccessed" type="ST_String255"/>

   <element name="NumberVolumes" type="ST_String255"/>

   <element name="Pages" type="ST_String255"/>

   <element name="PatentNumber" type="ST_String255"/>

   <element name="PeriodicalTitle" type="ST_String255"/>

   <element name="ProductionCompany" type="ST_String255"/>

   <element name="PublicationTitle" type="ST_String255"/>

   <element name="Publisher" type="ST_String255"/>

   <element name="RecordingNumber" type="ST_String255"/>

   <element name="RefOrder" type="ST_String255"/>

   <element name="Reporter" type="ST_String255"/>

   <element name="SourceType" type="ST_SourceType"/>

   <element name="ShortTitle" type="ST_String255"/>

   <element name="StandardNumber" type="ST_String255"/>

   <element name="StateProvince" type="ST_String255"/>

   <element name="Station" type="ST_String255"/>

   <element name="Tag" type="ST_String255"/>

   <element name="Theater" type="ST_String255"/>

   <element name="ThesisType" type="ST_String255"/>

   <element name="Title" type="ST_String255"/>

   <element name="Type" type="ST_String255"/>

   <element name="URL" type="ST_String255"/>

   <element name="Version" type="ST_String255"/>

   <element name="Volume" type="ST_String255"/>

   <element name="Year" type="ST_String255"/>

   <element name="YearAccessed" type="ST_String255"/>

   </choice>

   </sequence>

</complexType>