@@ -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.14; January 8, 2015">
   <xs:element name="ReleaseSet" type="ReleaseType"/>
   <xs:element name="ClinVarSet" type="PublicSetType">
     <xs:annotation>
@@ -160,11 +160,10 @@
           <xs:attribute name="title" type="xs:string" use="optional"/>
           <xs:attribute name="localKey" type="xs:string" use="required">
             <xs:annotation>
-              <xs:documentation>Of primary use to submitters, to facilitate identification of records corresponding to their submissions. If not provided by a submitter, NCBI generates. If provided by submitter, that is represented in localKeyIsSubmitted.</xs:documentation>
+              <xs:documentation>Of primary use to submitters, to facilitate identification of records corresponding to their submissions.</xs:documentation>
             </xs:annotation>
           </xs:attribute>
           <xs:attribute name="submitterDate" type="xs:date" use="optional"/>
-          <xs:attribute name="localKeyIsSubmitted" use="optional"/>
         </xs:complexType>
       </xs:element>
       <xs:element maxOccurs="1" minOccurs="1" name="ClinVarAccession">
@@ -251,7 +250,6 @@
       <xs:element maxOccurs="1" minOccurs="1" name="TraitSet" type="TraitSetType"/>
       <xs:element maxOccurs="unbounded" minOccurs="0" name="Citation" type="CitationType"/>
       <xs:element maxOccurs="1" minOccurs="0" name="StudyName" type="xs:string"/>
-      <xs:element maxOccurs="1" minOccurs="0" name="StudyDescription" type="xs:string"/>
       <xs:element maxOccurs="unbounded" minOccurs="0" name="Comment" type="CommentType"/>
     </xs:sequence>
     <xs:attribute name="DateCreated" type="xs:date"/>
@@ -968,7 +966,6 @@
             <xs:enumeration value="no"/>
             <xs:enumeration value="not provided"/>
             <xs:enumeration value="unknown"/>
-            <xs:enumeration value="not applicable"/>
           </xs:restriction>
         </xs:simpleType>
       </xs:element>
@@ -1006,7 +1003,6 @@
       </xs:element>
       <xs:element maxOccurs="1" minOccurs="0" name="FamilyData" type="FamilyInfo"/>
       <xs:element maxOccurs="1" minOccurs="0" name="Proband" type="xs:string"/>
-      <xs:element maxOccurs="1" minOccurs="0" name="Indication" type="IndicationType"/>
       <xs:element maxOccurs="unbounded" minOccurs="0" name="Citation" type="CitationType"/>
       <xs:element maxOccurs="unbounded" minOccurs="0" name="XRef" type="XrefType"/>
       <xs:element maxOccurs="unbounded" minOccurs="0" name="Comment" type="CommentType"/>
@@ -1087,29 +1083,6 @@
       <xs:element maxOccurs="1" minOccurs="0" name="ClinicalSignificance" type="ClinicalSignificanceType"/>
     </xs:sequence>
   </xs:complexType>
-  <xs:complexType name="IndicationType">
-    <xs:sequence>
-      <xs:element maxOccurs="1" minOccurs="1" name="Trait" type="TraitType">
-        <xs:annotation>
-          <xs:documentation>Represent the value for the test indication as a name of a trait.</xs:documentation>
-        </xs:annotation>
-      </xs:element>
-      <xs:element maxOccurs="unbounded" minOccurs="0" name="Name" type="SetElementSetType"/>
-      <xs:element maxOccurs="unbounded" minOccurs="0" name="Symbol" type="SetElementSetType"/>
-      <xs:element maxOccurs="unbounded" minOccurs="0" name="AttributeSet" type="AttributeType"/>
-      <xs:element maxOccurs="unbounded" minOccurs="0" name="Citation" type="CitationType"/>
-      <xs:element maxOccurs="unbounded" minOccurs="0" name="XRef" type="XrefType"/>
-      <xs:element maxOccurs="1" minOccurs="0" name="Comment" type="CommentType"/>
-    </xs:sequence>
-    <xs:attribute name="Type" use="required">
-      <xs:simpleType>
-        <xs:restriction base="xs:string">
-          <xs:enumeration value="Indication"/>
-        </xs:restriction>
-      </xs:simpleType>
-    </xs:attribute>
-    <xs:attributeGroup ref="CVIdentifiers"/>
-  </xs:complexType>
   <xs:simpleType name="ReviewStatusType">
     <xs:annotation>
       <xs:documentation>The values of review status are used to build the 'star ratings' displayed on the ClinVar public site. 0 stars: a conflict or not classified by submitter 1 star: classified by single submitter 2 stars: classified by multiple submitters 3 stars: reviewed by expert panel 4 stars: reviewed by professional society</xs:documentation>