@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
-<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.13; December 7, 2014">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.15; February 5, 2015">
<xs:element name="ReleaseSet" type="ReleaseType"/>
<xs:element name="ClinVarSet" type="PublicSetType">
<xs:annotation>
@@ -186,16 +186,6 @@
<xs:attribute name="DateUpdated" type="xs:date"/>
</xs:complexType>
</xs:element>
- <xs:element maxOccurs="1" minOccurs="0" name="AdditionalSubmitters">
- <xs:annotation>
- <xs:documentation>Optional element used only if there are multiple submitters. When there are multiple, each is listed in this element.</xs:documentation>
- </xs:annotation>
- <xs:complexType>
- <xs:sequence>
- <xs:element maxOccurs="unbounded" minOccurs="1" name="SubmitterDescription" type="SubmitterType"/>
- </xs:sequence>
- </xs:complexType>
- </xs:element>
<xs:element default="current" maxOccurs="1" minOccurs="1" name="RecordStatus">
<xs:simpleType>
<xs:restriction base="xs:string">
@@ -243,8 +233,6 @@
<xs:enumeration value="AgeOfOnset"/>
<xs:enumeration value="Severity"/>
<xs:enumeration value="ClinicalSignificanceHistory"/>
- <xs:enumeration value="SeverityDescription"/>
- <xs:enumeration value="AssertionMethod"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@@ -415,7 +403,6 @@
<xs:enumeration value="protein change, historical"/>
<xs:enumeration value="transcript variant"/>
<xs:enumeration value="AbsoluteCopyNumber"/>
- <xs:enumeration value="ReferenceCopyNumber"/>
<xs:enumeration value="CopyNumberTuple"/>
<xs:enumeration value="COSMIC"/>
</xs:restriction>
@@ -734,19 +721,6 @@
<xs:attribute name="version" type="xs:string" use="optional"/>
<xs:attribute name="purpose" type="xs:string" use="optional"/>
</xs:complexType>
- <xs:complexType name="SubmitterType">
- <xs:annotation>
- <xs:documentation>A structure to support reportng the name of a submitter, its org_id, and whether primary or not</xs:documentation>
- </xs:annotation>
- <xs:simpleContent>
- <xs:extension base="xs:string">
- <xs:attribute name="SubmitterName" type="xs:string"/>
- <xs:attribute name="OrgID" type="xs:int"/>
- <xs:attribute name="primary" type="xs:string" use="optional"/>
- <xs:attribute name="category" type="xs:string" use="optional"/>
- </xs:extension>
- </xs:simpleContent>
- </xs:complexType>
<xs:complexType name="MethodType">
<xs:annotation>
<xs:documentation>Details of a method used to generate variant calls or predict/report functional consequence. The name of the platform should represent a sequencer or an array, e.g. sequencing or array , e.g. capillary, 454, Helicos, Solexa, SOLiD. This structure should also be used if the method is 'Curation'.</xs:documentation>
@@ -1211,7 +1185,6 @@
<xs:enumeration value="in vitro"/>
<xs:enumeration value="in vivo"/>
<xs:enumeration value="research"/>
- <xs:enumeration value="curation"/>
<xs:enumeration value="not provided"/>
</xs:restriction>
</xs:simpleType>