<?xml version="1.0" encoding="UTF-8"?>
<!-- @ 2007-2008 IZUM
      Version 1.0, May 2007
      Version 1.1, August 2007: new element Code;
      Version 1.2, March 2009: 
                 new elements doi, CodeOrg, Country, Request; 
                 new attributes in element WoS: date, allcit, cit, normcit;
      	         remove elements CorpName, SysRequirements, Year in Editor;
      Version 1.3, June 2009: 
                 new elements: TypologyStat, HeaderStat, HeaderReg, TitleReg, Recapitulation;
                 new attributes in element IMPF: year, jcr, rank, sci, x, max, min;
                 new attributes in element Typology: artno, ver, orig;
      Version 2.0, Januar 2010: 
				 remove elements: IMPF, AuthorBlurb, COBISS.SI-ID, COBISS.SR-ID,
                                           COBISS.CG-ID, COBISS.MK-ID, COBISS.BH-ID;
                 new elements: BiblioDiv, BiblioList, ResGroup, Register, Glossary, Evaluation, 
                                       JCR, COBISS;                                      
				 new elements in element Author: Roman, Honorific;
                 new elements in element Recapitulation: Categorization, Points;
                 new elements in element Request: Dates, Language;
                 new attributes in element Request: units, IP;
                 remove attribute in element Subtitle: level; 
                 new attributes in element WoS: from, to, TC, CI, NC;
                 rename element doi into DOI;
      Version 3.0, June 2010: 
				 remove elements: Glossary, PageNums, Note, URL, DOI, VolumeNum,
                                            IssueNum, Year, ArtPageNums;
				 new elements in element PhysicalAttributes: Extent, Details, Dim,
                                       AccompMaterial;
				 new elements in element AuthorGroup: Corporate, Subheading;
				 new element Dates in element Author;
				 new elements in element BiblioSet: TitleISBD, PublisherISBD;
				 new elements: ExpandTitle, TitleISBD, ArtDetails, SeriesInfoISBD, EditionISBD,
									   PublisherISBD, Material, Contents, Fingerprint, MusicNumber, 
                                       Link (element URL), Notes (element Note), ClassNumber,
                                       Identifier (elements ISBN and DOI), Numbering (elements
                                       VolumeNum, IssueNum, Year, ArtPageNums and ArtDetails 
                                       with atribute alt);
				 new attribute H in element Typology;
				 new attribute range in element Evaluate;
				 new attribute alt in element ISSN;
				 new attribute alt in element BiblioSet;
				 new attribute teamType in element Bibliography;
      Version 3.1, September 2011: 
				 new elements: Name, OrgName, Bound, Linking, Supplement, Achievements;
				 new attributes in Bibliography: represent, code, period
-->
<xs:schema xmlns="http://home.izum.si/cobiss/xml" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" targetNamespace="http://home.izum.si/cobiss/xml" elementFormDefault="qualified" attributeFormDefault="unqualified">
	<xs:element name="Bibliography">
		<xs:annotation>
			<xs:documentation xml:lang="en">Document root element for bibliographies</xs:documentation>
			<xs:documentation xml:lang="sl">Korenski element dokumenta za bibliografije</xs:documentation>
		</xs:annotation>
		<xs:complexType>
			<xs:sequence maxOccurs="unbounded">
				<xs:element name="Name" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en">Researcher's name,  team's name (program, project, organization, researchers group) or serial's title</xs:documentation>
						<xs:documentation xml:lang="sl">Ime raziskovalca, ime tima (program, projekt, organizacija, skupina raziskovalcev) ali naziv revije</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="OrgName" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en">Organization's name</xs:documentation>
						<xs:documentation xml:lang="sl">Ime organizacije</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:group ref="HeaderFooterGroup" minOccurs="0"/>
				<xs:element name="Title" type="xs:string" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en">Bibliography main title (e.g. author's name, researcher's code)</xs:documentation>
						<xs:documentation xml:lang="sl">Glavni naslov bibliografije (npr. ime avtorja in šifra raziskovalca)</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="Subtitle" type="xs:string" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en">Bibliography subtitle</xs:documentation>
						<xs:documentation xml:lang="sl">Podnaslov bibliografije</xs:documentation>
					</xs:annotation>
				</xs:element>
				<xs:element name="ResGroup" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en">Information about authors from the group of researchers</xs:documentation>
						<xs:documentation xml:lang="sl">Podatki o avtorjih iz skupine raziskovalcev</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Author" type="AuthorType" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en">Information on the author</xs:documentation>
									<xs:documentation xml:lang="sl">Podatki o avtorju</xs:documentation>
								</xs:annotation>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Recapitulation" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en">Categorization and points recapitulation</xs:documentation>
						<xs:documentation xml:lang="sl">Rekapitulacija kategorizacije in točkovanja</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Categorization">
								<xs:annotation>
									<xs:documentation xml:lang="en">Categorization</xs:documentation>
									<xs:documentation xml:lang="sl">Kategorizacija</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Title" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en">Title with the science</xs:documentation>
												<xs:documentation xml:lang="sl">Naslov z vedo</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:group ref="CatTypologyGroup" maxOccurs="unbounded"/>
										<xs:element name="WoS" type="WoSType"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="Points" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en">The summaty of points</xs:documentation>
									<xs:documentation xml:lang="sl">Točkovanje</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Title" type="xs:string" minOccurs="0">
											<xs:annotation>
												<xs:documentation xml:lang="en">Title</xs:documentation>
												<xs:documentation xml:lang="sl">Naslov</xs:documentation>
											</xs:annotation>
										</xs:element>
										<xs:group ref="PointsTypologyGroup" maxOccurs="unbounded"/>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
							<xs:element name="WoS">
								<xs:annotation>
									<xs:documentation xml:lang="en">Citations in WoS (for the last 10 years)</xs:documentation>
									<xs:documentation xml:lang="sl">Citati v WoS (za zadnjih 10 let)</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:complexContent>
										<xs:extension base="WoSType">
											<xs:attribute name="from" type="xs:integer">
												<xs:annotation>
													<xs:documentation xml:lang="en">From year</xs:documentation>
													<xs:documentation xml:lang="sl">Od leta</xs:documentation>
												</xs:annotation>
											</xs:attribute>
											<xs:attribute name="to" type="xs:integer">
												<xs:annotation>
													<xs:documentation xml:lang="en">To year</xs:documentation>
													<xs:documentation xml:lang="sl">Do leta</xs:documentation>
												</xs:annotation>
											</xs:attribute>
										</xs:extension>
									</xs:complexContent>
								</xs:complexType>
							</xs:element>
							<xs:element name="Achievements" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en">Achievements</xs:documentation>
									<xs:documentation xml:lang="sl">Dosežki</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:sequence>
										<xs:element name="Evaluation" minOccurs="1" maxOccurs="9">
											<xs:annotation>
												<xs:documentation xml:lang="en">Evaluation of achievements</xs:documentation>
												<xs:documentation xml:lang="sl">Vrednotenje dosežkov</xs:documentation>
											</xs:annotation>
											<xs:complexType>
												<xs:attribute name="cat" use="required">
													<xs:annotation>
														<xs:documentation xml:lang="en">Category</xs:documentation>
														<xs:documentation xml:lang="sl">Kategorija</xs:documentation>
													</xs:annotation>
													<xs:simpleType>
														<xs:restriction base="xs:string">
															<xs:enumeration value="A1"/>
															<xs:enumeration value="A2"/>
															<xs:enumeration value="A3"/>
															<xs:enumeration value="A4"/>
															<xs:enumeration value="AI"/>
															<xs:enumeration value="AII"/>
															<xs:enumeration value="AN"/>
															<xs:enumeration value="AC"/>
															<xs:enumeration value="A"/>
														</xs:restriction>
													</xs:simpleType>
												</xs:attribute>
												<xs:attribute name="value" type="xs:decimal" use="optional">
													<xs:annotation>
														<xs:documentation xml:lang="en">Number of citations or points</xs:documentation>
														<xs:documentation xml:lang="sl">Število citatov ali število točk</xs:documentation>
													</xs:annotation>
												</xs:attribute>
												<xs:attribute name="rating" type="xs:string" use="optional">
													<xs:annotation>
														<xs:documentation xml:lang="en">Rating</xs:documentation>
														<xs:documentation xml:lang="sl">Ocena</xs:documentation>
													</xs:annotation>
												</xs:attribute>
											</xs:complexType>
										</xs:element>
									</xs:sequence>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:group ref="BiblioDivGroup" minOccurs="0" maxOccurs="unbounded"/>
				<xs:element name="TypologyStat" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en">Statistic of typologies</xs:documentation>
						<xs:documentation xml:lang="sl">Statistika tipologij</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="HeaderStat" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en">Statistic header</xs:documentation>
									<xs:documentation xml:lang="sl">Vzglavje statistik</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Typology" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en">Typology of work with the appropriate code in the id attribute</xs:documentation>
									<xs:documentation xml:lang="sl">Tipologija dela z ustrezno kodo v atributu id</xs:documentation>
								</xs:annotation>
								<xs:complexType mixed="true">
									<xs:attribute name="id" type="xs:string" use="optional">
										<xs:annotation>
											<xs:documentation xml:lang="en">Work typology code</xs:documentation>
											<xs:documentation xml:lang="sl">Koda tipologije dela</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="artno" type="xs:string" use="optional">
										<xs:annotation>
											<xs:documentation xml:lang="en">Number of articles</xs:documentation>
											<xs:documentation xml:lang="sl">Število člankov</xs:documentation>
										</xs:annotation>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
				<xs:element name="Request" minOccurs="0">
					<xs:annotation>
						<xs:documentation xml:lang="en">Selected parameters</xs:documentation>
						<xs:documentation xml:lang="sl">Izbrani parametri</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="Dates">
								<xs:annotation>
									<xs:documentation xml:lang="en">Date of preparation of bibliographies and updating of  JCR and WoS databases</xs:documentation>
									<xs:documentation xml:lang="sl">Datum priprave bibliografije in ažuriranja baz podatkov JCR in WoS</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:attribute name="job" type="xs:string" use="required">
										<xs:annotation>
											<xs:documentation xml:lang="en">Date of preparation of bibliographies</xs:documentation>
											<xs:documentation xml:lang="sl">Datum priprave bibliografije</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="JCR" type="xs:string" use="optional">
										<xs:annotation>
											<xs:documentation xml:lang="en">Update of JCR data base</xs:documentation>
											<xs:documentation xml:lang="sl">Datum ažuriranja baze podatkov JCR</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="WoS" type="xs:string" use="optional">
										<xs:annotation>
											<xs:documentation xml:lang="en">Update of WoS data base</xs:documentation>
											<xs:documentation xml:lang="sl">Datum ažuriranja baze podatkov WoS</xs:documentation>
										</xs:annotation>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
							<xs:element name="Language">
								<xs:annotation>
									<xs:documentation xml:lang="en">Language and script of bibliography</xs:documentation>
									<xs:documentation xml:lang="sl">Jezik in pisava bibliografije</xs:documentation>
								</xs:annotation>
								<xs:complexType>
									<xs:attribute name="lang" use="required">
										<xs:annotation>
											<xs:documentation xml:lang="en">Language of bibliography (eng - English, slv - Slovenian, scr - Serbian, mac - Macedonian, bos - Bosnian, alb - Albanian)</xs:documentation>
											<xs:documentation xml:lang="sl">Jezik bibliografije (eng - angleški, slv - slovenski, scr - srbski, mac - makedonski, bos - bosanski, alb - albanski)</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="eng"/>
												<xs:enumeration value="slv"/>
												<xs:enumeration value="scr"/>
												<xs:enumeration value="mac"/>
												<xs:enumeration value="bos"/>
												<xs:enumeration value="alb"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
									<xs:attribute name="script" use="required">
										<xs:annotation>
											<xs:documentation xml:lang="en">Script of bibliography (lat - Latin, cyr - Cyrilic)</xs:documentation>
											<xs:documentation xml:lang="sl">Pisava bibliografije (lat - latinica, cyr - cirilica)</xs:documentation>
										</xs:annotation>
										<xs:simpleType>
											<xs:restriction base="xs:string">
												<xs:enumeration value="lat"/>
												<xs:enumeration value="cyr"/>
											</xs:restriction>
										</xs:simpleType>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
						<xs:attribute name="units" use="required">
							<xs:annotation>
								<xs:documentation xml:lang="en">Selected bibliographic units</xs:documentation>
								<xs:documentation xml:lang="sl">Izbrane bibliografske enote</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:enumeration value="no"/>
									<xs:enumeration value="all"/>
									<xs:enumeration value="scientific"/>
									<xs:enumeration value="selected"/>
									<xs:enumeration value="categorized"/>
									<xs:enumeration value="evaluated"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="format" use="required">
							<xs:annotation>
								<xs:documentation xml:lang="en">Selected format of bibliographic unit (ISO 690, IEEE, ISBD (compacted))</xs:documentation>
								<xs:documentation xml:lang="sl">Izbrani format bibliografske enote (ISO 690, IEEE, ISBD, ISBD (strnjena oblika))</xs:documentation>
							</xs:annotation>
							<xs:simpleType>
								<xs:restriction base="xs:string">
									<xs:enumeration value="ISO 690"/>
									<xs:enumeration value="IEEE"/>
									<xs:enumeration value="ISBD"/>
									<xs:enumeration value="ISBD (compacted)"/>
								</xs:restriction>
							</xs:simpleType>
						</xs:attribute>
						<xs:attribute name="IP" type="xs:string" use="optional">
							<xs:annotation>
								<xs:documentation xml:lang="en">IP address</xs:documentation>
								<xs:documentation xml:lang="sl">Naslov IP</xs:documentation>
							</xs:annotation>
						</xs:attribute>
						<xs:attribute name="source" type="xs:string" use="required">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source of bibliographic records</xs:documentation>
								<xs:documentation xml:lang="sl">Vir bibliografskih zapisov</xs:documentation>
							</xs:annotation>
						</xs:attribute>
					</xs:complexType>
				</xs:element>
				<xs:element name="Register" minOccurs="0" maxOccurs="unbounded">
					<xs:annotation>
						<xs:documentation xml:lang="en">Indexes in news bibliography</xs:documentation>
						<xs:documentation xml:lang="sl">Kazala v bibliografijah novosti</xs:documentation>
					</xs:annotation>
					<xs:complexType>
						<xs:sequence>
							<xs:element name="HeaderReg" type="HeaderFooterType" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en">Index header</xs:documentation>
									<xs:documentation xml:lang="sl">Vzglavje kazala</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="TitleReg" type="xs:string" minOccurs="0">
								<xs:annotation>
									<xs:documentation xml:lang="en">Index title</xs:documentation>
									<xs:documentation xml:lang="sl">Naslov kazala</xs:documentation>
								</xs:annotation>
							</xs:element>
							<xs:element name="Reg" minOccurs="0" maxOccurs="unbounded">
								<xs:annotation>
									<xs:documentation xml:lang="en">Index unit</xs:documentation>
									<xs:documentation xml:lang="sl">Enota v kazalu</xs:documentation>
								</xs:annotation>
								<xs:complexType mixed="true">
									<xs:attribute name="ref" type="xs:string">
										<xs:annotation>
											<xs:documentation xml:lang="en">References to the numbers of bibliographic items</xs:documentation>
											<xs:documentation xml:lang="sl">Reference na številke bibliografskih enot</xs:documentation>
										</xs:annotation>
									</xs:attribute>
									<xs:attribute name="level" type="xs:integer">
										<xs:annotation>
											<xs:documentation xml:lang="en">Index unit level</xs:documentation>
											<xs:documentation xml:lang="sl">Nivo enote v kazalu</xs:documentation>
										</xs:annotation>
									</xs:attribute>
								</xs:complexType>
							</xs:element>
						</xs:sequence>
					</xs:complexType>
				</xs:element>
			</xs:sequence>
			<xs:attribute name="biblioType" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="en">Type of bibliography (personal, team, serial, news)</xs:documentation>
					<xs:documentation xml:lang="sl">Vrsta bibliografije (osebna - personal, skupinska - team, serial - članki iz serijskih, novosti - news)</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="personal"/>
						<xs:enumeration value="team"/>
						<xs:enumeration value="serial"/>
						<xs:enumeration value="news"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="teamType" use="optional" default="resgroup">
				<xs:annotation>
					<xs:documentation xml:lang="en">Type of team (resgroup, program, project, organization, virtual)</xs:documentation>
					<xs:documentation xml:lang="sl">Tip tima (skupina raziskovalcev - resgroup, program - program, projekt - project, organizacija - organization, skupina izbranih raziskovalcev - virtual)</xs:documentation>
				</xs:annotation>
				<xs:simpleType>
					<xs:restriction base="xs:string">
						<xs:enumeration value="resgroup"/>
						<xs:enumeration value="program"/>
						<xs:enumeration value="project"/>
						<xs:enumeration value="organization"/>
						<xs:enumeration value="virtual"/>
					</xs:restriction>
				</xs:simpleType>
			</xs:attribute>
			<xs:attribute name="represent" type="xs:boolean" use="required">
				<xs:annotation>
					<xs:documentation xml:lang="en">Representative bibliographic units</xs:documentation>
					<xs:documentation xml:lang="sl">Reprezentativne bibliografske enote</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="code" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="en">Researcher's code,  team's code (program, project, organization, researchers group) or ISSN</xs:documentation>
					<xs:documentation xml:lang="sl">Koda raziskovalca, koda  tima (program, projekt, organizacija, skupina raziskovalcev) ali ISSN</xs:documentation>
				</xs:annotation>
			</xs:attribute>
			<xs:attribute name="period" type="xs:string" use="optional">
				<xs:annotation>
					<xs:documentation xml:lang="en">Period from year - to year </xs:documentation>
					<xs:documentation xml:lang="sl">Obdobje od leta - do leta</xs:documentation>
				</xs:annotation>
			</xs:attribute>
		</xs:complexType>
	</xs:element>
	<xs:complexType name="HeaderFooterType">
		<xs:annotation>
			<xs:documentation xml:lang="en"> Header and Footer elements contain subelements for the Header and Footer left, central and right part.</xs:documentation>
			<xs:documentation xml:lang="sl">Elementa Header in Footer vsebujeta podelemete za levi, centralni in desni del vzglavja in vznožja</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Left" type="xs:string" minOccurs="0"/>
			<xs:element name="Center" type="xs:string" minOccurs="0"/>
			<xs:element name="Right" type="xs:string" minOccurs="0"/>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="CatTypologyType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Categorization of the typology</xs:documentation>
			<xs:documentation xml:lang="sl">Kategorizacija za tipologijo</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="TypologyRecapType">
				<xs:sequence>
					<xs:element name="WoS" type="WoSType" minOccurs="0"/>
				</xs:sequence>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="PointsTypologyType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Points for the typology</xs:documentation>
			<xs:documentation xml:lang="sl">Točkovanje za tipologijo</xs:documentation>
		</xs:annotation>
		<xs:complexContent>
			<xs:extension base="TypologyRecapType">
				<xs:attribute name="P" type="xs:decimal" use="optional">
					<xs:annotation>
						<xs:documentation xml:lang="en">Number of articles or points for the project</xs:documentation>
						<xs:documentation xml:lang="sl">Število člankov ali točk za projekt</xs:documentation>
					</xs:annotation>
				</xs:attribute>
				<xs:attribute name="SC" type="xs:decimal" use="optional">
					<xs:annotation>
						<xs:documentation xml:lang="en">Number of articles or points for the science</xs:documentation>
						<xs:documentation xml:lang="sl">Število člankov ali točk za vedo</xs:documentation>
					</xs:annotation>
				</xs:attribute>
			</xs:extension>
		</xs:complexContent>
	</xs:complexType>
	<xs:complexType name="TypologyRecapType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Typology of work with the appropriate code in the id attribute</xs:documentation>
			<xs:documentation xml:lang="sl">Tipologija dela z ustrezno kodo v atributu id</xs:documentation>
		</xs:annotation>
		<xs:attribute name="id" type="xs:string" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Work typology code</xs:documentation>
				<xs:documentation xml:lang="sl">Koda tipologije dela</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="A" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category A</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji A</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="A1" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category A1</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji A1</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="A2" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category A2</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategotriji A2</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="A3" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category A3</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji A3</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="A4" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category A4</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji A4</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="B" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category B</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji B</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="B1" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category B1</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji B1</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="B2" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category B2</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji B2</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="C" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category C</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji C</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="D" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category D</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji D</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="E" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category E</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji E</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="F" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category F</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji F</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="G" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category G</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji G</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="H" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category H</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji H</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="Z1" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category Z1</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji Z1</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="Z2" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category Z2</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji Z2</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="NK" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category NK</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji NK</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="SU" type="xs:decimal" use="optional">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of articles or points in category SU</xs:documentation>
				<xs:documentation xml:lang="sl">Število člankov ali točk v kategoriji SU</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="WoSType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Citations in WoS</xs:documentation>
			<xs:documentation xml:lang="sl">Citati v WoS</xs:documentation>
		</xs:annotation>
		<xs:attribute name="TC" type="xs:integer">
			<xs:annotation>
				<xs:documentation xml:lang="en">Total number of citations in WoS</xs:documentation>
				<xs:documentation xml:lang="sl">Število vseh citatiov v WoS</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="CI" type="xs:integer">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of citations in WoS, self-citations excluded</xs:documentation>
				<xs:documentation xml:lang="sl">Število citatiov v WoS brez avtocitatov</xs:documentation>
			</xs:annotation>
		</xs:attribute>
		<xs:attribute name="NC" type="xs:decimal">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of weighted citations in WoS</xs:documentation>
				<xs:documentation xml:lang="sl">Število normiranih citatiov v WoS</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:group name="HeaderFooterGroup">
		<xs:annotation>
			<xs:documentation xml:lang="en">Bibliography header/footer</xs:documentation>
			<xs:documentation xml:lang="sl">Vzglavje/vznožje bibliografije</xs:documentation>
		</xs:annotation>
		<xs:choice>
			<xs:element name="Header" type="HeaderFooterType" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Bibliography header</xs:documentation>
					<xs:documentation xml:lang="sl">Vzglavje bibliografije</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Footer" type="HeaderFooterType" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Bibliography footer</xs:documentation>
					<xs:documentation xml:lang="sl">Vznožje bibliografije</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:group>
	<xs:group name="CatTypologyGroup">
		<xs:annotation>
			<xs:documentation xml:lang="en">Categorization of a group of typologies</xs:documentation>
			<xs:documentation xml:lang="sl">Kategorizacija za skupino tipologij</xs:documentation>
		</xs:annotation>
		<xs:choice>
			<xs:element name="TypologyGroup" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Group of typologies</xs:documentation>
					<xs:documentation xml:lang="sl">Skupina tipologij</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Typology" type="CatTypologyType" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Categorization of the typology</xs:documentation>
								<xs:documentation xml:lang="sl">Kategorizacija za tipologijo</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
					<xs:attribute name="id" type="xs:string" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="en">Code of typology group</xs:documentation>
							<xs:documentation xml:lang="sl">Koda tipologije skupine</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Typology" type="CatTypologyType" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Categorization of the typology</xs:documentation>
					<xs:documentation xml:lang="sl">Kategorizacija za tipologijo</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:group>
	<xs:group name="PointsTypologyGroup">
		<xs:annotation>
			<xs:documentation xml:lang="en">Ponits of the group of typologies</xs:documentation>
			<xs:documentation xml:lang="sl">Točkovanje za skupino tipologij</xs:documentation>
		</xs:annotation>
		<xs:choice>
			<xs:element name="TypologyGroup" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Group of typologies</xs:documentation>
					<xs:documentation xml:lang="sl">Skupina tipologij</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Typology" type="PointsTypologyType" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Points for the typology</xs:documentation>
								<xs:documentation xml:lang="sl">Točkovanje za tipologijo</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
					<xs:attribute name="id" type="xs:string" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="en">Code of typology group</xs:documentation>
							<xs:documentation xml:lang="sl">Koda tipologije skupine</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Typology" type="PointsTypologyType" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Points for the typology</xs:documentation>
					<xs:documentation xml:lang="sl">Točkovanje za tipologijo</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:group>
	<xs:group name="BiblioDivGroup">
		<xs:annotation>
			<xs:documentation xml:lang="en">Bibliographic items</xs:documentation>
			<xs:documentation xml:lang="sl">Bibliografske enote bibliografije</xs:documentation>
		</xs:annotation>
		<xs:choice>
			<xs:element name="BiblioEntry" type="BiblioEntryType" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Description of a certain type of bibliographic item (monograph, serial, articles, integrating resources, collections or non-book material in type attribute)</xs:documentation>
					<xs:documentation xml:lang="sl">Opis bibliografske enote določenega tipa (monografije, serijske, članki, integrirni viri, zbirke ali neknjižno gradivo v atributu type)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="BiblioDiv" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">A section of a bibliography. A bibliography might be divided into sections in order to group different types of bibliographic items together, like books, journal articles, etc.</xs:documentation>
					<xs:documentation xml:lang="sl">Del bibliografije. Bibliografija je lahko razdeljena na več delov za različne skupine bibliografskih enot kot so npr. monografije ali članki.</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Title" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Bibliography section main title (e.g. type of bibliographic items)</xs:documentation>
								<xs:documentation xml:lang="sl">Naslov dela bibliografije (npr. tip bibliografskih enot)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="BiblioEntry" type="BiblioEntryType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Description of a certain type of bibliographic item (monograph, serial, articles, integrating resources, collections or non-book material in type attribute)</xs:documentation>
								<xs:documentation xml:lang="sl">Opis bibliografske enote določenega tipa (monografije, serijske, članki, integrirni viri, zbirke ali neknjižno gradivo v atributu type)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="BiblioList" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">A set of bibliography items (e.g. for different typologies and/or years).</xs:documentation>
								<xs:documentation xml:lang="sl">Skupina bibliografskih enot (npr. za različne tipologije in/ali letnice)</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="Title" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en">Main title for a set of bibliography items (e.g. typology)</xs:documentation>
											<xs:documentation xml:lang="sl">Naslov skupine bibliografskih enot (npr. tipologija)</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Subtitle" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en">Subtitle for a set of bibliography items (e.g. year)</xs:documentation>
											<xs:documentation xml:lang="sl">Podnaslov skupine bibliografskih enot (npr. letnica)</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="BiblioEntry" type="BiblioEntryType" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en">Description of a certain type of bibliographic item (monograph, serial, articles, integrating resources, collections or non-book material in type attribute)</xs:documentation>
											<xs:documentation xml:lang="sl">Opis bibliografske enote določenega tipa (monografije, serijske, članki, integrirni viri, zbirke ali neknjižno gradivo v atributu type)</xs:documentation>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
		</xs:choice>
	</xs:group>
	<xs:complexType name="SubtitleType" mixed="true">
		<xs:annotation>
			<xs:documentation xml:lang="en">Bibliography subtitle of a level from  1 to  6 (level attribute)</xs:documentation>
			<xs:documentation xml:lang="sl">Podnaslov bibliografije določenega nivoja od 1 do 6 (atribut level)</xs:documentation>
		</xs:annotation>
		<xs:attribute name="level" use="required">
			<xs:annotation>
				<xs:documentation xml:lang="en">Bibliography subtitle level (1 - 6)</xs:documentation>
				<xs:documentation xml:lang="sl">Nivo podnaslova bibliografije (1-6)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:pattern value="[1-6]"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="BiblioEntryType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Description of a certain type of bibliographic item (monograph, serial, articles, integrating resources, collections or non-book material in type attribute)</xs:documentation>
			<xs:documentation xml:lang="sl">Opis bibliografske enote določenega tipa (monografije, serijske, članki, integrirni viri, zbirke ali neknjižno gradivo v atributu type)</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="AuthorGroup" type="AuthorGroupType" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Information on authors, editors or corporate authors of a work</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o avtorjih, urednikih ali korporativnih avtorjih dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Title" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="en">Mandatory title of the work</xs:documentation>
					<xs:documentation xml:lang="sl">Obvezen naslov dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="TitleISBD" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">ISBD title of the work</xs:documentation>
					<xs:documentation xml:lang="sl">Naslov dela po ISBD</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Subtitle" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Addition to title of the work</xs:documentation>
					<xs:documentation xml:lang="sl">Dodatek k naslovu dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Keytitle" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Serial key title</xs:documentation>
					<xs:documentation xml:lang="sl">Ključni naslov serijske publikacije</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ExpandTitle" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Expanded title of the work</xs:documentation>
					<xs:documentation xml:lang="sl">Izpisani naslov dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="BiblioSet" minOccurs="0" maxOccurs="3">
				<xs:annotation>
					<xs:documentation xml:lang="en">Article source document (monograph or serial)</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o viru članka (monografija ali serijska publikacija)</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="AuthorGroup" type="AuthorGroupType" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Information on authors, editors or corporate authors of the monograph containing the article</xs:documentation>
								<xs:documentation xml:lang="sl">Podatko o avtorjih, urednikih ali korporativnih avtorjih monografije, ki je vir članka</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Title" type="xs:string">
							<xs:annotation>
								<xs:documentation xml:lang="en">Mandatory title of the source</xs:documentation>
								<xs:documentation xml:lang="sl">Obvezen naslov vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="TitleISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">ISBD title of the source</xs:documentation>
								<xs:documentation xml:lang="sl">Naslov vira po ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Subtitle" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Addition to title of the source</xs:documentation>
								<xs:documentation xml:lang="sl">Dodatek k naslovu vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Keytitle" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Short title of the serial containing the article</xs:documentation>
								<xs:documentation xml:lang="sl">Skrajšani ključni naslov serijske publikacije, ki je vir članka</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ISBN" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">ISBN number of the monograph publication containing the article</xs:documentation>
								<xs:documentation xml:lang="sl">Številka ISBN za monografijo, ki je vir članka</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ISSN" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Valid ISSN number of the serial containing the article</xs:documentation>
								<xs:documentation xml:lang="sl">Veljavni ISSN serijske publikacije, ki je vir članka</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="SeriesInfo" type="SeriesInfoType" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source series</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o zbirki vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Edition" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source edition</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o izdaji vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Publisher" type="PublisherType" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source publisher</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o založniku vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="PublisherISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Publication, distribution, etc. in ISBD format</xs:documentation>
								<xs:documentation xml:lang="sl">Založništvo, distribucija itd. v formatu ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Manufacturer" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source manufacturer</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o izdelovalcu vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="PubDate" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source year of publication</xs:documentation>
								<xs:documentation xml:lang="sl">Leto izida vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Country" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Country of publication code in the code attribute</xs:documentation>
								<xs:documentation xml:lang="sl">Koda države izida ali izdelave dela v atributu code</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:attribute name="code" type="xs:string" use="optional">
									<xs:annotation>
										<xs:documentation xml:lang="en">Country of publication code (ISO 3166)</xs:documentation>
										<xs:documentation xml:lang="sl">Koda države izida ali izdelave dela (ISO 3166)</xs:documentation>
									</xs:annotation>
								</xs:attribute>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
					<xs:attribute name="relation" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="en">Source type (monograph - book, serial - journal)</xs:documentation>
							<xs:documentation xml:lang="sl">Tip vira (monografija - book, serijska publikacija - journal)</xs:documentation>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:enumeration value="book"/>
								<xs:enumeration value="journal"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="alt" type="xs:boolean" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Alternative biblio set</xs:documentation>
							<xs:documentation xml:lang="sl">Alternativni vir</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="SeriesInfo" type="SeriesInfoType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Data on series</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o zbirki dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SeriesInfoISBD" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Information about the publication series in ISBD format</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki zbirki v formatu ISBD</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Edition" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Data on edition</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o izdaji dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="EditionISBD" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Edition statement in ISBD format</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o izdaji v formatu ISBD</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Material" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Data about material</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o gradivu</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Cartographic" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Cartographic material - mathematical data</xs:documentation>
								<xs:documentation xml:lang="sl">Kartografsko gradivo - matematični podatki</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Music" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Printed music</xs:documentation>
								<xs:documentation xml:lang="sl">Muzikalije</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Electronic" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Electronic resource characteristics</xs:documentation>
								<xs:documentation xml:lang="sl">Elektronski viri - značilnosti</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ContResource" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Continuing resources numbering</xs:documentation>
								<xs:documentation xml:lang="sl">Kontinuirani viri - številčenje</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Publisher" type="PublisherType" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Information on the publisher</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o založniku dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PublisherISBD" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Publication, distribution, etc. in ISBD format</xs:documentation>
					<xs:documentation xml:lang="sl">Založništvo, distribucija itd. v formatu ISBD</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Manufacturer" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Information on the manufacturer</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o izdelovalcu dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="PubDate" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Year of publication</xs:documentation>
					<xs:documentation xml:lang="sl">Leto izida dela</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Country" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Country of publication code in the code attribute</xs:documentation>
					<xs:documentation xml:lang="sl">Koda države izida ali izdelave dela v atributu code</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:attribute name="code" type="xs:string" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Country of publication code (ISO 3166)</xs:documentation>
							<xs:documentation xml:lang="sl">Koda države izida ali izdelave dela (ISO 3166)</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Numbering" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Data on article numbering</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o številčenju članka</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="VolumeNum" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Data on article numbering (volume)</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o številčenju članka (letnik)</xs:documentation>
							</xs:annotation>
							<xs:complexType mixed="true">
								<xs:attribute name="alt" type="xs:boolean" use="optional">
									<xs:annotation>
										<xs:documentation xml:lang="en">Alternative article numbering (volume)</xs:documentation>
										<xs:documentation xml:lang="sl">Alternativno številčenje članka (letnik)</xs:documentation>
									</xs:annotation>
								</xs:attribute>
							</xs:complexType>
						</xs:element>
						<xs:element name="IssueNum" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Data on article numbering (issue)</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o številčenju članka (številka)</xs:documentation>
							</xs:annotation>
							<xs:complexType mixed="true">
								<xs:attribute name="alt" type="xs:boolean" use="optional">
									<xs:annotation>
										<xs:documentation xml:lang="en">Alternative article numbering (issue)</xs:documentation>
										<xs:documentation xml:lang="sl">Alternativno številčenje članka (številka)</xs:documentation>
									</xs:annotation>
								</xs:attribute>
							</xs:complexType>
						</xs:element>
						<xs:element name="Year" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Data on the article chronology</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o kronologiji članka</xs:documentation>
							</xs:annotation>
							<xs:complexType mixed="true">
								<xs:attribute name="alt" type="xs:boolean" use="optional">
									<xs:annotation>
										<xs:documentation xml:lang="en">Alternative article chronology</xs:documentation>
										<xs:documentation xml:lang="sl">Alternativna kronologija članka</xs:documentation>
									</xs:annotation>
								</xs:attribute>
							</xs:complexType>
						</xs:element>
						<xs:element name="ArtPageNums" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Article pagination</xs:documentation>
								<xs:documentation xml:lang="sl">Paginacija članka</xs:documentation>
							</xs:annotation>
							<xs:complexType mixed="true">
								<xs:attribute name="alt" type="xs:boolean" use="optional">
									<xs:annotation>
										<xs:documentation xml:lang="en">Alternative pagination</xs:documentation>
										<xs:documentation xml:lang="sl">Alternativna paginacija</xs:documentation>
									</xs:annotation>
								</xs:attribute>
							</xs:complexType>
						</xs:element>
						<xs:element name="ArtDetails" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Article physical details</xs:documentation>
								<xs:documentation xml:lang="sl">Fizične podrobnosti članka</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="PhysicalAttributes" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Physical description (extent, designation and other physical details, accompanying material, numbering for articles)</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o fizičnem opisu dela (obseg, oznaka gradiva in druge fizične podrobnosti, spremno gradivo ter številčenje za članke)</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:group ref="PhysicalAttributesGroup" minOccurs="0" maxOccurs="unbounded"/>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Identifier" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Standard identifier</xs:documentation>
					<xs:documentation xml:lang="sl">Standardni identifikatorji</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="ISBN" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">International Standard Book Number (ISBN)</xs:documentation>
								<xs:documentation xml:lang="sl">Mednarodna standardna knjižna številka (ISBN)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ISMN" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">International Standard Music Number for Printed Music (ISMN)</xs:documentation>
								<xs:documentation xml:lang="sl">Medrarodna standardna številka za glasbene tiske  (ISMN)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ISAN" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">International Standard Audiovisual Number (ISAN)</xs:documentation>
								<xs:documentation xml:lang="sl">Medrarodna standardna številka avdiovizualnega dela (ISAN)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="DOI" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Digital object identifier (DOI)</xs:documentation>
								<xs:documentation xml:lang="sl">Digitalni identifikator objekta (DOI)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Note" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Qualification</xs:documentation>
								<xs:documentation xml:lang="sl">Pojasnilo</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Terms" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Terms of availability and/or price</xs:documentation>
								<xs:documentation xml:lang="sl">Pogoji dostopnosti in/ali cena</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Err" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Erroneous number</xs:documentation>
								<xs:documentation xml:lang="sl">Napačna številka</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="ISSN" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Valid ISSN number</xs:documentation>
					<xs:documentation xml:lang="sl">Veljavni ISSN serijske publikacije</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:attribute name="alt" type="xs:boolean" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Alternative ISSN for article source</xs:documentation>
							<xs:documentation xml:lang="sl">Alternativni ISSN vira za članek</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Fingerprint" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Fingerprint identifier</xs:documentation>
					<xs:documentation xml:lang="sl">Prstni odtis</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:attribute name="code" type="xs:string" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Fingerprint system code</xs:documentation>
							<xs:documentation xml:lang="sl">Sistem za določanje prstnega odtisa</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="MusicNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Publisher's number (sound rec. and music)</xs:documentation>
					<xs:documentation xml:lang="sl">Založniška številka (zvočni posnetki in muzikalije)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Notes" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Notes</xs:documentation>
					<xs:documentation xml:lang="sl">Opombe</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="SysRequirements" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">System requirements note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o sistemskih zahtevah</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Frequency" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Frequency statement note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o pogostnosti</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Reference" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">External indexes/abstracts/references note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o kazalih/izvlečkih/referencah v drugih virih</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="FormerTitle" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Former title</xs:documentation>
								<xs:documentation xml:lang="sl">Prejšnji naslov</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">General note</xs:documentation>
								<xs:documentation xml:lang="sl">Splošna opomba</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Type" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Type of electronic resource note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o vrsti elektronskega vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Responsibility" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Note pertaining to intellectual responsibility</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o intelektualni odgovornosti</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Summaries" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Internal bibliographies/indexes/summaries note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o bibliografijah/kazalih/povzetkih</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Credits" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Credits note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o sodelavcih pri nastanku enote</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Cast" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Cast note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o izvajalcih</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Original" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Original version note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o izvirniku</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Reproduction" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Reproduction note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o reprodukciji</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Dissertation" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Dissertation (thesis) note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o disertaciji (tezi)</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="LinkingNote" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Note pertaining to linking field</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba k povezovalnemu polju</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Users" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Users note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o uporabnikih</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="IdNumber" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Note pertaining to identification number</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba k identifikacijski številki</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Copy" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Note relating to the copy in hand</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba k izvodu</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Provenance" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Provenance note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o izvoru</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Awards" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Awards note</xs:documentation>
								<xs:documentation xml:lang="sl">Opomba o nagradi</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="Bound" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Also bound in this volume or bound with</xs:documentation>
					<xs:documentation xml:lang="sl">Privezano ali privezano k</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="TitleISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">ISBD title of the work</xs:documentation>
								<xs:documentation xml:lang="sl">Naslov dela po ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="EditionISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Edition statement in ISBD format</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o izdaji v formatu ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="PublisherISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Publication, distribution, etc. in ISBD format</xs:documentation>
								<xs:documentation xml:lang="sl">Založništvo, distribucija itd. v formatu ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Manufacturer" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source manufacturer</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o izdelovalcu vira</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
					<xs:attribute name="with" type="xs:boolean" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="sl">Bound with - true, also bound in this volume - false</xs:documentation>
							<xs:documentation xml:lang="en">Privezano k - true, privezano - false</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Contents" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Contents note</xs:documentation>
					<xs:documentation xml:lang="sl">Opomba o vsebini</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Phrase" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Introductory phrase</xs:documentation>
								<xs:documentation xml:lang="sl">Uvodna fraza</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Text of note</xs:documentation>
								<xs:documentation xml:lang="sl">Besedilo opombe</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
					<xs:attribute name="continue" type="xs:boolean" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="sl">Continuous writing of contents - true, mult-line writing of contents - false</xs:documentation>
							<xs:documentation xml:lang="en">Nepretrgan izpis vsebine - true, izpis v več vrsticah - false</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Abstract" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="sl">Summary or abstract in a certain language (lang attribute)</xs:documentation>
					<xs:documentation xml:lang="en">Povzetek ali izvleček v določenem jeziku (atribut lang)</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:attribute name="lang" type="xs:string" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Summary or abstract language code</xs:documentation>
							<xs:documentation xml:lang="sl">Koda jezika povzetka ali izvlečka</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Linking" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Linking notes for continuing resources</xs:documentation>
					<xs:documentation xml:lang="sl">Opombe o povezovanju kontinuiranih virov</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="Keytitle" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Key title</xs:documentation>
								<xs:documentation xml:lang="sl">Ključni naslov</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="ISSN" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">ISSN</xs:documentation>
								<xs:documentation xml:lang="sl">ISSN</xs:documentation>
							</xs:annotation>
						</xs:element>
					</xs:sequence>
					<xs:attribute name="phrase" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="en">Type of introductory phrase</xs:documentation>
							<xs:documentation xml:lang="sl">Tip uvodne fraze</xs:documentation>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:enumeration value="series"/>
								<xs:enumeration value="subseries"/>
								<xs:enumeration value="supplement"/>
								<xs:enumeration value="parentsupp"/>
								<xs:enumeration value="continues"/>
								<xs:enumeration value="partcontinues"/>
								<xs:enumeration value="absorbed"/>
								<xs:enumeration value="partabsorbed"/>
								<xs:enumeration value="merger"/>
								<xs:enumeration value="continuedby"/>
								<xs:enumeration value="partcontinued"/>
								<xs:enumeration value="absorbedby"/>
								<xs:enumeration value="partabsorbedby"/>
								<xs:enumeration value="split"/>
								<xs:enumeration value="mergedwith"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Supplement" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Supplement</xs:documentation>
					<xs:documentation xml:lang="sl">Priloga</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:element name="TitleISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">ISBD title of the work</xs:documentation>
								<xs:documentation xml:lang="sl">Naslov dela po ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="EditionISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Edition statement in ISBD format</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o izdaji v formatu ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Material" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Data about material</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o gradivu</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="Cartographic" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en">Cartographic material - mathematical data</xs:documentation>
											<xs:documentation xml:lang="sl">Kartografsko gradivo - matematični podatki</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Music" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en">Printed music</xs:documentation>
											<xs:documentation xml:lang="sl">Muzikalije</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Electronic" type="xs:string" minOccurs="0">
										<xs:annotation>
											<xs:documentation xml:lang="en">Electronic resource characteristics</xs:documentation>
											<xs:documentation xml:lang="sl">Elektronski viri - značilnosti</xs:documentation>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="PublisherISBD" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Publication, distribution, etc. in ISBD format</xs:documentation>
								<xs:documentation xml:lang="sl">Založništvo, distribucija itd. v formatu ISBD</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="Manufacturer" type="xs:string" minOccurs="0">
							<xs:annotation>
								<xs:documentation xml:lang="en">Source manufacturer</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o izdelovalcu vira</xs:documentation>
							</xs:annotation>
						</xs:element>
						<xs:element name="PhysicalAttributes" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Physical description (extent, designation and other physical details, accompanying material, numbering for articles)</xs:documentation>
								<xs:documentation xml:lang="sl">Podatki o fizičnem opisu dela (obseg, oznaka gradiva in druge fizične podrobnosti, spremno gradivo ter številčenje za članke)</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:group ref="PhysicalAttributesGroup" minOccurs="0" maxOccurs="unbounded"/>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
						<xs:element name="Notes" minOccurs="0" maxOccurs="unbounded">
							<xs:annotation>
								<xs:documentation xml:lang="en">Notes</xs:documentation>
								<xs:documentation xml:lang="sl">Opombe</xs:documentation>
							</xs:annotation>
							<xs:complexType>
								<xs:sequence>
									<xs:element name="SysRequirements" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en">System requirements note</xs:documentation>
											<xs:documentation xml:lang="sl">Opomba o sistemskih zahtevah</xs:documentation>
										</xs:annotation>
									</xs:element>
									<xs:element name="Note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
										<xs:annotation>
											<xs:documentation xml:lang="en">General note</xs:documentation>
											<xs:documentation xml:lang="sl">Splošna opomba</xs:documentation>
										</xs:annotation>
									</xs:element>
								</xs:sequence>
							</xs:complexType>
						</xs:element>
					</xs:sequence>
				</xs:complexType>
			</xs:element>
			<xs:element name="TopicalName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Topical subject terms</xs:documentation>
					<xs:documentation xml:lang="sl">Tematske predmetne oznake</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Descriptors" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Uncontrolled subject term in a certain language (lang attribute)</xs:documentation>
					<xs:documentation xml:lang="sl">Prosto oblikovana predmetna oznaka v določenem jeziku (atribut lang)</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:attribute name="lang" type="xs:string" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Subject term language code</xs:documentation>
							<xs:documentation xml:lang="sl">Koda jezika predmetne oznake</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="UDK" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">UDC classification number - access</xs:documentation>
					<xs:documentation xml:lang="sl">UDK vrstilec za iskanje</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ClassNumber" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Class numbers</xs:documentation>
					<xs:documentation xml:lang="sl">Klasifikacije</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:attribute name="code" type="xs:string" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">System code</xs:documentation>
							<xs:documentation xml:lang="sl">Koda sistema</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Typology" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Work typology with an appropriate code in the id attribute</xs:documentation>
					<xs:documentation xml:lang="sl">Tipologija dela z ustrezno kodo v atributu id</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:attribute name="id" type="xs:string" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Work typology code</xs:documentation>
							<xs:documentation xml:lang="sl">Koda tipologije dela</xs:documentation>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="ver" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Verifier of the typology</xs:documentation>
							<xs:documentation xml:lang="sl">Verifikator tipologije</xs:documentation>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:pattern value="OSICN|OSICT|OSICM|OSICB|OSICD|OSICH|OSICI"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="orig" type="xs:decimal" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Original work typology code</xs:documentation>
							<xs:documentation xml:lang="sl">Originalna koda tipologije dela</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="Link" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Electronic location and access</xs:documentation>
					<xs:documentation xml:lang="sl">Elektronska lokacija in dostop</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:sequence>
						<xs:group ref="LinkGroup" minOccurs="0" maxOccurs="unbounded"/>
					</xs:sequence>
					<xs:attribute name="rel" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">Relationship between the electronic resource and the item described by the record (0 - resource, 1 - version of resource, 2 - related resource)</xs:documentation>
							<xs:documentation xml:lang="sl">Odnos med elektronskim virom in bibliografsko enoto, opisano v zapisu (0 - elektronski vir, 1 - elektronska verzija, 2 - sorodni elektronski vir)</xs:documentation>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:pattern value="0|1|2"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="COBISS" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">URL link to the record in COBISS system</xs:documentation>
					<xs:documentation xml:lang="sl">URL povezava na zapis v sistemu COBISS</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:attribute name="co" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="en">Country of the system (SI, SR, CG, MK, BH or KO)</xs:documentation>
							<xs:documentation xml:lang="sl">Država sistema (SI, SR, CG, MK, BH ali KO)</xs:documentation>
						</xs:annotation>
						<xs:simpleType>
							<xs:restriction base="xs:string">
								<xs:pattern value="SI|SR|CG|MK|BH|KO"/>
							</xs:restriction>
						</xs:simpleType>
					</xs:attribute>
					<xs:attribute name="id" type="xs:integer" use="required">
						<xs:annotation>
							<xs:documentation xml:lang="en">COBISS.SI-ID, COBISS.SR-ID, COBISS.CG-ID, COBISS.MK-ID, COBISS.BH-ID or COBISS.KO-ID record number</xs:documentation>
							<xs:documentation xml:lang="sl">Številka zapisa COBISS.SI-ID, COBISS.SR-ID, COBISS.CG-ID, COBISS.MK-ID, COBISS.BH-ID ali COBISS.KO-ID</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="JCR" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">URL link to the record in JCR</xs:documentation>
					<xs:documentation xml:lang="sl">URL povezava na zapis v JCR</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Evaluation" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">KRU categorization and ARRS points</xs:documentation>
					<xs:documentation xml:lang="sl">Kategorizacija KRU in točkovanje ARRS</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:attribute name="cat" type="xs:string">
						<xs:annotation>
							<xs:documentation xml:lang="en">KRU categorization</xs:documentation>
							<xs:documentation xml:lang="sl">Kategorizacija KRU</xs:documentation>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="range" type="xs:string" use="optional">
						<xs:annotation>
							<xs:documentation xml:lang="en">KRU tanging</xs:documentation>
							<xs:documentation xml:lang="sl">Uvrstitev KRU</xs:documentation>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="points" type="xs:decimal">
						<xs:annotation>
							<xs:documentation xml:lang="en">ARRS points</xs:documentation>
							<xs:documentation xml:lang="sl">Točkovanje ARRS</xs:documentation>
						</xs:annotation>
					</xs:attribute>
					<xs:attribute name="authno" type="xs:string">
						<xs:annotation>
							<xs:documentation xml:lang="en">Number of authors</xs:documentation>
							<xs:documentation xml:lang="sl">Število avtorjev</xs:documentation>
						</xs:annotation>
					</xs:attribute>
				</xs:complexType>
			</xs:element>
			<xs:element name="WoS" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">URL link to the record in WoS</xs:documentation>
					<xs:documentation xml:lang="sl">URL povezava na zapis v WoS</xs:documentation>
				</xs:annotation>
				<xs:complexType mixed="true">
					<xs:complexContent>
						<xs:extension base="WoSType">
							<xs:attribute name="date" type="xs:string">
								<xs:annotation>
									<xs:documentation xml:lang="en">Last updated</xs:documentation>
									<xs:documentation xml:lang="sl">Datum zadnje spremembe podatkov</xs:documentation>
								</xs:annotation>
							</xs:attribute>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="type" use="required">
			<xs:annotation>
				<xs:documentation xml:lang="en">Type of bibliographic item (monograph, serial, article, integrating resource, collection, performed work, bibliographic unit not exist)</xs:documentation>
				<xs:documentation xml:lang="sl">Tip bibliografske enote (monografija - monograph, serijska publikacija - serial, članek - article, integrirni vir - integrating resource, zbirka - collection, izvedeno delo - performedwork, bibliografska enota ne obstaja - notexist)</xs:documentation>
			</xs:annotation>
			<xs:simpleType>
				<xs:restriction base="xs:string">
					<xs:enumeration value="monograph"/>
					<xs:enumeration value="serial"/>
					<xs:enumeration value="article"/>
					<xs:enumeration value="integratingresource"/>
					<xs:enumeration value="collection"/>
					<xs:enumeration value="performedwork"/>
					<xs:enumeration value="notexist"/>
				</xs:restriction>
			</xs:simpleType>
		</xs:attribute>
		<xs:attribute name="bno" type="xs:integer" use="required">
			<xs:annotation>
				<xs:documentation xml:lang="en">Bibliographic item number</xs:documentation>
				<xs:documentation xml:lang="sl">Števika bibliografske enote</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="AuthorGroupType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Information on authors in the Author elements, on editors in the Editor and Retrospective elements, as well as information on corporate authors in the CorpAuthor elements</xs:documentation>
			<xs:documentation xml:lang="sl">Podatki o avtorjih v elementih Author, podatke o urednikih v elemenih Editor in Retrospective ter podatke o korporativnih avtorjih v elementih CorpAuthor</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="CorpAuthor" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Corporate responsibility data</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o korporativni odgovornosti</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Corporate" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Corporate body - primary responsibility</xs:documentation>
					<xs:documentation xml:lang="sl">Korporacija - primarna odgovornost</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Subheading" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Form subheading</xs:documentation>
					<xs:documentation xml:lang="sl">Formalna podznačnica</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Author" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Information on the author</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o avtorju</xs:documentation>
				</xs:annotation>
				<xs:complexType>
					<xs:complexContent>
						<xs:extension base="AuthorType">
							<xs:attribute name="responsibility" use="optional" default="primary">
								<xs:annotation>
									<xs:documentation xml:lang="en">Responsibility level of the author (primary, alternative, secondary)</xs:documentation>
									<xs:documentation xml:lang="sl">Nivo odgovornosti avtorja (primarna - primary, alternativna - alternative, sekundarni - secondary)</xs:documentation>
								</xs:annotation>
								<xs:simpleType>
									<xs:restriction base="xs:string">
										<xs:enumeration value="primary"/>
										<xs:enumeration value="alternative"/>
										<xs:enumeration value="secondary"/>
									</xs:restriction>
								</xs:simpleType>
							</xs:attribute>
						</xs:extension>
					</xs:complexContent>
				</xs:complexType>
			</xs:element>
			<xs:element name="Editor" type="AuthorType" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Information on the editor</xs:documentation>
					<xs:documentation xml:lang="sl">Podatki o uredniku</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Retrospective" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Editors' retrospective by editorship type</xs:documentation>
					<xs:documentation xml:lang="sl">Retrospektiva urednikov po vrsti uredništva</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
		<xs:attribute name="authno" type="xs:string">
			<xs:annotation>
				<xs:documentation xml:lang="en">Number of authors</xs:documentation>
				<xs:documentation xml:lang="sl">Število avtorjev</xs:documentation>
			</xs:annotation>
		</xs:attribute>
	</xs:complexType>
	<xs:complexType name="AuthorType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Information on the author/editor</xs:documentation>
			<xs:documentation xml:lang="sl">Podatki o avtorju/uredniku</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="FirstName" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Author's/editor's first name</xs:documentation>
					<xs:documentation xml:lang="sl">Ime avtorja/urednika</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SurName" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Author's/editor's last name </xs:documentation>
					<xs:documentation xml:lang="sl">Priimek avtorja/urednika</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Lineage" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Addition to author's/editor's name</xs:documentation>
					<xs:documentation xml:lang="sl">Dodatek k imenu avtorja/urednika</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Roman" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Roman numeral from author's/editor's name</xs:documentation>
					<xs:documentation xml:lang="sl">Rimska številka iz imena avtorja/urednika</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Dates" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">dates from author's/editor's name</xs:documentation>
					<xs:documentation xml:lang="sl">Datumi iz imena avtorja/urednika</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Honorific" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Honorific title of the author, such as “Dr.” </xs:documentation>
					<xs:documentation xml:lang="sl">Titula avtorja, npr. "Dr."</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Code" type="xs:integer" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Researcher's code</xs:documentation>
					<xs:documentation xml:lang="sl">Koda raziskovalca</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="CodeOrg" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Institution/organization code</xs:documentation>
					<xs:documentation xml:lang="sl">Šifra ustanove/organizacije</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Contrib" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Type of authorship</xs:documentation>
					<xs:documentation xml:lang="sl">Vrsta avtorstva</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="SeriesInfoType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Data on series</xs:documentation>
			<xs:documentation xml:lang="sl">Podatki o zbirki dela</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:element name="Title" type="xs:string">
				<xs:annotation>
					<xs:documentation xml:lang="en">Series title</xs:documentation>
					<xs:documentation xml:lang="sl">Naslov zbirke</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="SeriesVolNums" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Numbering within series</xs:documentation>
					<xs:documentation xml:lang="sl">Številčenje v zbirki</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="ISSN" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">ISSN of series</xs:documentation>
					<xs:documentation xml:lang="sl">ISSN zbirke</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:sequence>
	</xs:complexType>
	<xs:complexType name="PublisherType">
		<xs:annotation>
			<xs:documentation xml:lang="en">Information on the publisher</xs:documentation>
			<xs:documentation xml:lang="sl">Podatki o založniku</xs:documentation>
		</xs:annotation>
		<xs:sequence>
			<xs:group ref="PublisherGroup" minOccurs="0" maxOccurs="unbounded"/>
		</xs:sequence>
	</xs:complexType>
	<xs:group name="PublisherGroup">
		<xs:choice>
			<xs:element name="PublisherName" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Name of publisher, distributor</xs:documentation>
					<xs:documentation xml:lang="sl">Ime založnika, distributerja itd.</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Address" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Place of publication, distribution etc</xs:documentation>
					<xs:documentation xml:lang="sl">Kraj izida, distribucije itd.</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:group>
	<xs:group name="PhysicalAttributesGroup">
		<xs:choice>
			<xs:element name="Extent" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Specific material designation</xs:documentation>
					<xs:documentation xml:lang="sl">Posebna oznaka gradiva in obseg</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Details" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Other physical details</xs:documentation>
					<xs:documentation xml:lang="sl">Druge fizične podrobnosti</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Dim" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Dimensions</xs:documentation>
					<xs:documentation xml:lang="sl">Mere</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="AccompMaterial" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Accompanying material</xs:documentation>
					<xs:documentation xml:lang="sl">Spremno gradivo</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:group>
	<xs:group name="LinkGroup">
		<xs:choice>
			<xs:element name="URL" type="xs:string" minOccurs="0">
				<xs:annotation>
					<xs:documentation xml:lang="en">Uniform Resource Locator (URL)</xs:documentation>
					<xs:documentation xml:lang="sl">Enotna lokacija vira (URL)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="URN" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Uniform Resource Name (URN)</xs:documentation>
					<xs:documentation xml:lang="sl">Enotno ime vira (URN)</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Note" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Public note</xs:documentation>
					<xs:documentation xml:lang="sl">Javna opomba</xs:documentation>
				</xs:annotation>
			</xs:element>
			<xs:element name="Material" type="xs:string" minOccurs="0" maxOccurs="unbounded">
				<xs:annotation>
					<xs:documentation xml:lang="en">Materials specified</xs:documentation>
					<xs:documentation xml:lang="sl">Navedba gradiva</xs:documentation>
				</xs:annotation>
			</xs:element>
		</xs:choice>
	</xs:group>
</xs:schema>

