Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema sources.xsd
Namespace http://vamdc.org/xml/xsams/1.0
Properties
attribute form default: unqualified
element form default: qualified
Element Sources
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
All relevant references to data sources
Diagram
Diagram sources_xsd.tmp#id809 sources_xsd.tmp#id808
Type SourcesType
Properties
content: complex
Used by
Complex Type XSAMSDataType
Model Source+
Children Source
Instance
<Sources>
  <Source sourceID="">{1,unbounded}</Source>
</Sources>
Source
<xs:element name="Sources" type="SourcesType">
  <xs:annotation>
    <xs:documentation>All relevant references to data sources</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourcesType / Source
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
A bibliography (bibreference) entry
Diagram
Diagram sources_xsd.tmp#id837 sources_xsd.tmp#id811 sources_xsd.tmp#id813 sources_xsd.tmp#id814 sources_xsd.tmp#id815 sources_xsd.tmp#id821 sources_xsd.tmp#id822 sources_xsd.tmp#id823 sources_xsd.tmp#id824 sources_xsd.tmp#id825 sources_xsd.tmp#id826 sources_xsd.tmp#id827 sources_xsd.tmp#id828 sources_xsd.tmp#id829 sources_xsd.tmp#id830 sources_xsd.tmp#id833 sources_xsd.tmp#id834 sources_xsd.tmp#id835 sources_xsd.tmp#id836 sources_xsd.tmp#id810
Type SourceType
Properties
content: complex
maxOccurs: unbounded
Model ALL(Category SourceName{0,1} Year Authors Title{0,1} Volume{0,1} DigitalObjectIdentifier{0,1} ArticleNumber{0,1} PageBegin{0,1} PageEnd{0,1} UniformResourceIdentifier{0,1} Publisher{0,1} City{0,1} Editors{0,1} ProductionDate{0,1} Version{0,1} Comments{0,1} BibTeX{0,1})
Children ArticleNumber, Authors, BibTeX, Category, City, Comments, DigitalObjectIdentifier, Editors, PageBegin, PageEnd, ProductionDate, Publisher, SourceName, Title, UniformResourceIdentifier, Version, Volume, Year
Instance
<Source sourceID="">
  <Category>{1,1}</Category>
  <SourceName>{0,1}</SourceName>
  <Year>{1,1}</Year>
  <Authors>{1,1}</Authors>
  <Title>{0,1}</Title>
  <Volume>{0,1}</Volume>
  <DigitalObjectIdentifier>{0,1}</DigitalObjectIdentifier>
  <ArticleNumber>{0,1}</ArticleNumber>
  <PageBegin>{0,1}</PageBegin>
  <PageEnd>{0,1}</PageEnd>
  <UniformResourceIdentifier>{0,1}</UniformResourceIdentifier>
  <Publisher>{0,1}</Publisher>
  <City>{0,1}</City>
  <Editors>{0,1}</Editors>
  <ProductionDate>{0,1}</ProductionDate>
  <Version>{0,1}</Version>
  <Comments>{0,1}</Comments>
  <BibTeX>{0,1}</BibTeX>
</Source>
Attributes
QName Type Fixed Default Use Annotation
sourceID SourceIDType required
Source
<xs:element name="Source" type="SourceType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>A bibliography (bibreference) entry</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Category
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Bibliographic reference type. Example: journal
Diagram
Diagram sources_xsd.tmp#id812
Type SourceCategoryType
Properties
content: simple
Facets
enumeration book
enumeration database
enumeration journal
enumeration preprint
enumeration private communication
enumeration proceedings
enumeration report
enumeration thesis
enumeration vamdc node
Source
<xs:element name="Category" type="SourceCategoryType">
  <xs:annotation>
    <xs:documentation>Bibliographic reference type. Example: journal</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / SourceName
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Bibliographic reference name. Example: Physical Review
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="SourceName" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Bibliographic reference name. Example: Physical Review</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Year
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Year of the bibliographic reference. Example: 2008
Diagram
Diagram
Type xs:gYear
Properties
content: simple
Source
<xs:element name="Year" type="xs:gYear">
  <xs:annotation>
    <xs:documentation>Year of the bibliographic reference. Example: 2008</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Authors
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram sources_xsd.tmp#id817 sources_xsd.tmp#id816
Type AuthorsType
Properties
content: complex
Model Author+
Children Author
Instance
<Authors>
  <Author>{1,unbounded}</Author>
</Authors>
Source
<xs:element name="Authors" type="AuthorsType"/>
Element AuthorsType / Author
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Author of bibliographic reference.
Diagram
Diagram sources_xsd.tmp#id819 sources_xsd.tmp#id820 sources_xsd.tmp#id818
Type AuthorType
Properties
content: complex
maxOccurs: unbounded
Model Name , Address{0,1}
Children Address, Name
Instance
<Author>
  <Name>{1,1}</Name>
  <Address>{0,1}</Address>
</Author>
Source
<xs:element name="Author" type="AuthorType" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Author of bibliographic reference.</xs:documentation>
  </xs:annotation>
</xs:element>
Element AuthorType / Name
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Author's name. Example: A. Einstein
Diagram
Diagram
Type xs:string
Properties
content: simple
Source
<xs:element name="Name" type="xs:string">
  <xs:annotation>
    <xs:documentation>Author's name. Example: A. Einstein</xs:documentation>
  </xs:annotation>
</xs:element>
Element AuthorType / Address
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Author's address. Example: AMD Unit, IAEA, Vienna, Austria
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Address" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Author's address. Example: AMD Unit, IAEA, Vienna, Austria</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Title
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Title
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Title" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Title</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Volume
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Volume of the bibliographic reference. Example: 72A
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Volume" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Volume of the bibliographic reference. Example: 72A</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / DigitalObjectIdentifier
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Digital Object Identifier. Example: doi:10.1016/j.adt.2007.11.003
Diagram
Diagram
Type xs:token
Properties
content: simple
minOccurs: 0
Source
<xs:element name="DigitalObjectIdentifier" type="xs:token" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Digital Object Identifier. Example: doi:10.1016/j.adt.2007.11.003</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / ArticleNumber
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Article number, journal-specific article identifier, may contain any string
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="ArticleNumber" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Article number, journal-specific article identifier, may contain any string</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / PageBegin
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Initial page of a bibliographic reference. Example: 22
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="PageBegin" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Initial page of a bibliographic reference. Example: 22</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / PageEnd
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Final page of a bibliographic reference. Example: 23
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="PageEnd" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Final page of a bibliographic reference. Example: 23</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / UniformResourceIdentifier
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
A Uniform Resource Identifier of a bibliographic reference. Example: http://www.iop.org/EJ/abstract/0953-4075/41/10/105002
Diagram
Diagram
Type xs:anyURI
Properties
content: simple
minOccurs: 0
Source
<xs:element name="UniformResourceIdentifier" type="xs:anyURI" minOccurs="0">
  <xs:annotation>
    <xs:documentation>A Uniform Resource Identifier of a bibliographic reference. Example: http://www.iop.org/EJ/abstract/0953-4075/41/10/105002</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Publisher
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Publisher of a bibliographic reference. Example: IOP Publishing Ltd
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Publisher" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Publisher of a bibliographic reference. Example: IOP Publishing Ltd</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / City
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
City of publication. Example: Bristol.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="City" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>City of publication. Example: Bristol.</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Editors
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram sources_xsd.tmp#id832 sources_xsd.tmp#id831
Type EditorsType
Properties
content: complex
minOccurs: 0
Model Name+
Children Name
Instance
<Editors>
  <Name>{1,unbounded}</Name>
</Editors>
Source
<xs:element name="Editors" type="EditorsType" minOccurs="0"/>
Element EditorsType / Name
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Name of an editor
Diagram
Diagram
Type xs:string
Properties
content: simple
maxOccurs: unbounded
Source
<xs:element name="Name" type="xs:string" maxOccurs="unbounded">
  <xs:annotation>
    <xs:documentation>Name of an editor</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / ProductionDate
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Date of the reference
Diagram
Diagram
Type xs:date
Properties
content: simple
minOccurs: 0
Source
<xs:element name="ProductionDate" type="xs:date" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Date of the reference</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Version
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Version of a database, code, etc.
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Version" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>Version of a database, code, etc.</xs:documentation>
  </xs:annotation>
</xs:element>
Element SourceType / Comments
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="Comments" type="xs:string" minOccurs="0"/>
Element SourceType / BibTeX
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
BibTeX representation of reference, for those who already have it in database
Diagram
Diagram
Type xs:string
Properties
content: simple
minOccurs: 0
Source
<xs:element name="BibTeX" type="xs:string" minOccurs="0">
  <xs:annotation>
    <xs:documentation>BibTeX representation of reference, for those who already have it in database</xs:documentation>
  </xs:annotation>
</xs:element>
Complex Type SourcesType
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram sources_xsd.tmp#id809
Used by
Element Sources
Model Source+
Children Source
Source
<xs:complexType name="SourcesType">
  <xs:sequence>
    <xs:element name="Source" type="SourceType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>A bibliography (bibreference) entry</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type SourceType
Namespace http://vamdc.org/xml/xsams/1.0
Annotations
Description of bibliography (references). Word "reference" is avoided
Diagram
Diagram sources_xsd.tmp#id837 sources_xsd.tmp#id811 sources_xsd.tmp#id813 sources_xsd.tmp#id814 sources_xsd.tmp#id815 sources_xsd.tmp#id821 sources_xsd.tmp#id822 sources_xsd.tmp#id823 sources_xsd.tmp#id824 sources_xsd.tmp#id825 sources_xsd.tmp#id826 sources_xsd.tmp#id827 sources_xsd.tmp#id828 sources_xsd.tmp#id829 sources_xsd.tmp#id830 sources_xsd.tmp#id833 sources_xsd.tmp#id834 sources_xsd.tmp#id835 sources_xsd.tmp#id836
Used by
Model ALL(Category SourceName{0,1} Year Authors Title{0,1} Volume{0,1} DigitalObjectIdentifier{0,1} ArticleNumber{0,1} PageBegin{0,1} PageEnd{0,1} UniformResourceIdentifier{0,1} Publisher{0,1} City{0,1} Editors{0,1} ProductionDate{0,1} Version{0,1} Comments{0,1} BibTeX{0,1})
Children ArticleNumber, Authors, BibTeX, Category, City, Comments, DigitalObjectIdentifier, Editors, PageBegin, PageEnd, ProductionDate, Publisher, SourceName, Title, UniformResourceIdentifier, Version, Volume, Year
Attributes
QName Type Fixed Default Use Annotation
sourceID SourceIDType required
Source
<xs:complexType name="SourceType">
  <xs:annotation>
    <xs:documentation>Description of bibliography (references). Word "reference" is avoided</xs:documentation>
  </xs:annotation>
  <xs:all>
    <xs:element name="Category" type="SourceCategoryType">
      <xs:annotation>
        <xs:documentation>Bibliographic reference type. Example: journal</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="SourceName" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Bibliographic reference name. Example: Physical Review</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Year" type="xs:gYear">
      <xs:annotation>
        <xs:documentation>Year of the bibliographic reference. Example: 2008</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Authors" type="AuthorsType"/>
    <xs:element name="Title" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Title</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Volume" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Volume of the bibliographic reference. Example: 72A</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="DigitalObjectIdentifier" type="xs:token" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Digital Object Identifier. Example: doi:10.1016/j.adt.2007.11.003</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="ArticleNumber" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Article number, journal-specific article identifier, may contain any string</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PageBegin" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Initial page of a bibliographic reference. Example: 22</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="PageEnd" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Final page of a bibliographic reference. Example: 23</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="UniformResourceIdentifier" type="xs:anyURI" minOccurs="0">
      <xs:annotation>
        <xs:documentation>A Uniform Resource Identifier of a bibliographic reference. Example: http://www.iop.org/EJ/abstract/0953-4075/41/10/105002</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Publisher" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Publisher of a bibliographic reference. Example: IOP Publishing Ltd</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="City" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>City of publication. Example: Bristol.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Editors" type="EditorsType" minOccurs="0"/>
    <xs:element name="ProductionDate" type="xs:date" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Date of the reference</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Version" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Version of a database, code, etc.</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Comments" type="xs:string" minOccurs="0"/>
    <xs:element name="BibTeX" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>BibTeX representation of reference, for those who already have it in database</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
  <xs:attribute name="sourceID" type="SourceIDType" use="required"/>
</xs:complexType>
Simple Type SourceCategoryType
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration book
enumeration database
enumeration journal
enumeration preprint
enumeration private communication
enumeration proceedings
enumeration report
enumeration thesis
enumeration vamdc node
Used by
Source
<xs:simpleType name="SourceCategoryType">
  <xs:restriction base="xs:string">
    <xs:enumeration value="book"/>
    <xs:enumeration value="database"/>
    <xs:enumeration value="journal"/>
    <xs:enumeration value="preprint"/>
    <xs:enumeration value="private communication"/>
    <xs:enumeration value="proceedings"/>
    <xs:enumeration value="report"/>
    <xs:enumeration value="thesis"/>
    <xs:enumeration value="vamdc node"/>
  </xs:restriction>
</xs:simpleType>
Complex Type AuthorsType
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram sources_xsd.tmp#id817
Used by
Model Author+
Children Author
Source
<xs:complexType name="AuthorsType">
  <xs:sequence>
    <xs:element name="Author" type="AuthorType" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Author of bibliographic reference.</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type AuthorType
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram sources_xsd.tmp#id819 sources_xsd.tmp#id820
Used by
Model Name , Address{0,1}
Children Address, Name
Source
<xs:complexType name="AuthorType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string">
      <xs:annotation>
        <xs:documentation>Author's name. Example: A. Einstein</xs:documentation>
      </xs:annotation>
    </xs:element>
    <xs:element name="Address" type="xs:string" minOccurs="0">
      <xs:annotation>
        <xs:documentation>Author's address. Example: AMD Unit, IAEA, Vienna, Austria</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Complex Type EditorsType
Namespace http://vamdc.org/xml/xsams/1.0
Diagram
Diagram sources_xsd.tmp#id832
Used by
Model Name+
Children Name
Source
<xs:complexType name="EditorsType">
  <xs:sequence>
    <xs:element name="Name" type="xs:string" maxOccurs="unbounded">
      <xs:annotation>
        <xs:documentation>Name of an editor</xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>
Attribute SourceType / @sourceID
Namespace No namespace
Type SourceIDType
Properties
use: required
Facets
pattern (\i\c*) & ([\i-[:]][\c-[:]]*) & (B.+)
Used by
Complex Type SourceType
Source
<xs:attribute name="sourceID" type="SourceIDType" use="required"/>