QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
uri | restriction of xs:anyURI | optional |
Element | allele-assignment |
<xs:element name="glstring"> <xs:complexType> <xs:annotation> <xs:documentation>Specifies a resource in Genotype List String (GL String) format for the interpretation of a typing result, or a URI identifying a resource in GL String format. For more details about the format and use of GL Strings, see (http://www.ncbi.nlm.nih.gov/pubmed/23849068) * glstring is expected to EITHER contain inline character data OR a URI reference to a location that defines/specifies the glstring data. Attributes: ----------- - uri: Specifies a URI identifying a resource in GL String format for the interpretation of a typing result. For more information about the format and use of GL Strings, see (http://www.ncbi.nlm.nih.gov/pubmed/23849068). (optional) Data: ----- - resource in GL String representation (string, required)</xs:documentation> </xs:annotation> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attribute name="uri" use="optional"> <xs:simpleType> <xs:restriction base="xs:anyURI"> <xs:minLength value="5"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |
< allele-assignment xmlns = "http://schemas.nmdp.org/spec/hml/1.0" date = "20164-03-16" allele-db = "IMGT/HLA" allele-version = "3.20.0" > |
< glstring> |
HLA-DRB1*04:11:01+HLA-DRB1*04:07:01/HLA-DRB1*04:92 |
</ glstring> |
< glstring uri = "http://gl.immunogenomics.org/imgt-hla/3.14.0/genotype-list/e" /> |