glstring

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
uri restriction of xs:anyURI optional

Used By

Source

<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>

Sample