@@ -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.11; October 2, 2014">
+<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" version="1.12; November 6, 2014">
<xs:element name="ReleaseSet" type="ReleaseType"/>
<xs:element name="ClinVarSet" type="PublicSetType">
<xs:annotation>
@@ -378,6 +378,7 @@
<xs:enumeration value="HGVS, non-coding"/>
<xs:enumeration value="HGVS, non-validated"/>
<xs:enumeration value="HGVS, RNA"/>
+ <xs:enumeration value="HGVS, legacy"/>
<xs:enumeration value="HGVS, uncertain"/>
<xs:enumeration value="HGVS"/>
<xs:enumeration value="NonHGVS"/>
@@ -551,6 +552,8 @@
<xs:enumeration value="gene-variant"/>
<xs:enumeration value="OMIM record"/>
<xs:enumeration value="Haplotype"/>
+ <xs:enumeration value="Phase unknown"/>
+ <xs:enumeration value="Distinct chromosomes"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@@ -766,6 +769,7 @@
<xs:enumeration value="ControlsAppropriate"/>
<xs:enumeration value="MethodAppropriate"/>
<xs:enumeration value="TestName"/>
+ <xs:enumeration value="StructVarMethodType"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@@ -846,6 +850,8 @@
<xs:enumeration value="InformativeMeioses"/>
<xs:enumeration value="SampleLocalID"/>
<xs:enumeration value="FamilyHistory"/>
+ <xs:enumeration value="NumFamiliesWithVariant"/>
+ <xs:enumeration value="NumFamiliesWithSegregationObserved"/>
</xs:restriction>
</xs:simpleType>
</xs:attribute>
@@ -1097,6 +1103,9 @@
<xs:restriction base="xs:string">
<xs:enumeration value="public"/>
<xs:enumeration value="ConvertedByNCBI"/>
+ <xs:enumeration value="MissingFromAssembly"/>
+ <xs:enumeration value="GenomicLocationNotEstablished"/>
+ <xs:enumeration value="LocationOnGenomeAndProductNotAligned"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType name="SeverityType">