<xs:element name="genotype-list">
<xs:complexType>
<xs:annotation>
<xs:documentation>A genotype-list represents a full unambiguous list of possibilities for the typing of a sample (NOTE: This element and its children were deprecated in HML 1.0). The values of the elements in this genotype-list (each allele element) should conform to the nomenclature specified by the allele-assignement/interpretation. Children: --------- - diploid-combination (required, qty: 1 or more)</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="diploid-combination" type="hmlns:diploid-combination" minOccurs="1" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element> |