allele-list

An allele-list element is a representation of the list of allele
possibilities for a genotype (NOTE: This element and its children were
deprecated in HML 1.0). NMDP has historically used allele codes 
in combination with allele families to represent this.Children:
---------
- allele (required, qty: 1 or more)

Complex Type Information

Model

Children: allele

Used By

Source

<xs:complexType name="allele-list">
  <xs:annotation>
    <xs:documentation>An allele-list element is a representation of the list of allele possibilities for a genotype (NOTE: This element and its children were deprecated in HML 1.0). NMDP has historically used allele codes in combination with allele families to represent this.
      <!-- Example: HLA-A*01:BC can now be represented as:
        <allele-list>
          <allele>HLA-A*01:02</allele>
          <allele>HLA-A*01:03</allele>
        </allele-list> 
        -->Children: --------- - allele (required, qty: 1 or more)</xs:documentation>
  </xs:annotation>
  <xs:sequence>
    <xs:element name="allele" type="hmlns:allele" minOccurs="1" maxOccurs="unbounded"/>
  </xs:sequence>
</xs:complexType>