Element | allele-assignment |
<xs:element name="haploid"> <xs:complexType> <xs:annotation> <xs:documentation>Specifies one-half of a full typing at a particular locus. Must conform to the database specified in allele-assignment/interpretation. Attributes: ----------- - locus: Locus (ex: "HLA-A", "HLA-DRB1") (required) - method: Typing method used (ex: "DNA", "SER") (required) - type: Allele/code level type (ex: "01:01", "01:AB") (required)</xs:documentation> </xs:annotation> <xs:attribute name="locus" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="method" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="DNA|SER"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="type" use="required"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:pattern value="([\s]*)|([0-9A-Z:\-\*]{2,40})"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> </xs:element> |
< allele-assignment xmlns = "http://schemas.nmdp.org/spec/hml/1.0" date = "2016-03-16" allele-db = "IMGT/HLA" allele-version = "3.20.0" > |
< haploid locus = "HLA-DRB1" method = "DNA" type = "16:02:01" /> |
< haploid locus = "HLA-DRB1" method = "DNA" type = "04:HTWY" /> |
< haploid locus = "HLA-DQB1" method = "DNA" type = "03:YGKM" /> |
< haploid locus = "HLA-DQB1" method = "DNA" type = "03:ZAMW" /> |
< haploid locus = "HLA-DPB1" method = "DNA" type = "04:02" /> |
< haploid locus = "HLA-DPB1" method = "DNA" type = "04:FNVS" /> |