Skip to content

Commit

Permalink
Remove project PUBLICATIONS element
Browse files Browse the repository at this point in the history
  • Loading branch information
josue committed May 4, 2018
1 parent 7ca44d9 commit 05de5b3
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 76 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ apply plugin: 'eclipse'
apply plugin: 'signing'

group = 'uk.ac.ebi.ena.sra'
version = '1.5.41'
version = '1.5.42'
archivesBaseName = 'sra-xml'


Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/uk/ac/ebi/ena/sra/schema/EGA.dac.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/uk/ac/ebi/ena/sra/schema/EGA.policy.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:com="SRA.common" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="SRA.common" schemaLocation="SRA.common.xsd"/>
<xs:complexType name="AssemblySetType">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
62 changes: 1 addition & 61 deletions src/main/resources/uk/ac/ebi/ena/sra/schema/ENA.project.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>
<xs:complexType name="OrganismType">
Expand All @@ -25,58 +25,6 @@
<xs:element minOccurs="0" name="ISOLATE" type="xs:string"/>
</xs:all>
</xs:complexType>
<xs:complexType name="PublicationType">
<xs:sequence>
<xs:element minOccurs="0" name="UNSTRUCTURED_CITATION" type="xs:string">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="STRUCTURED_CITATION">
<xs:complexType>
<xs:sequence>
<xs:element name="TITLE" type="xs:string"> </xs:element>
<xs:element name="JOURNAL" type="xs:string">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="YEAR" type="xs:string"/>
<xs:element minOccurs="0" name="VOLUME" type="xs:string"/>
<xs:element minOccurs="0" name="ISSUE" type="xs:string"/>
<xs:element minOccurs="0" name="FIRST_PAGE" type="xs:string"/>
<xs:element minOccurs="0" name="LAST_PAGE" type="xs:string"/>
<xs:element minOccurs="0" name="AUTHORS">
<xs:complexType>
<xs:sequence maxOccurs="1">
<xs:element maxOccurs="unbounded" minOccurs="0" name="AUTHOR"
type="xs:string"> </xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0"
name="CONSORTIUM" type="xs:string"> </xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="PUBLICATION_LINKS">
<xs:annotation>
<xs:documentation/>
</xs:annotation>
<xs:complexType>
<xs:sequence maxOccurs="unbounded" minOccurs="1">
<xs:element name="PUBLICATION_LINK">
<xs:complexType>
<xs:choice>
<xs:element name="XREF_LINK" type="com:XRefType"/>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
<xs:complexType name="ProjectType">
<xs:annotation>
<xs:documentation/>
Expand All @@ -101,14 +49,6 @@
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element minOccurs="0" name="PUBLICATIONS">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="PUBLICATION"
type="PublicationType"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element minOccurs="0" name="COLLABORATORS">
<xs:complexType>
<xs:sequence>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:com="SRA.common" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:import namespace="SRA.common" schemaLocation="SRA.common.xsd"/>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/uk/ac/ebi/ena/sra/schema/SRA.common.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common"
targetNamespace="SRA.common">

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://wwwdev.ebi.ac.uk/ena/submit/drop-box/submit/receipt.xsl"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexType name="ID">
<xs:sequence>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/uk/ac/ebi/ena/sra/schema/SRA.run.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/uk/ac/ebi/ena/sra/schema/SRA.sample.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/uk/ac/ebi/ena/sra/schema/SRA.study.xsd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- version:1.5.41 -->
<!-- version:1.5.42 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:com="SRA.common">
<xs:import schemaLocation="SRA.common.xsd" namespace="SRA.common"/>

Expand Down

0 comments on commit 05de5b3

Please sign in to comment.