Describes an SBT (sequence-based typing) that was performed using a Sanger technique. Children: --------- - amplification (not required, qty: 0 or 1) - sub-amplification (not required, qty: 0 or more) - gssp (not required, qty: 0 or more) Also allows an optional "property" element that may have nested/custom use data related to this typing-method. Attributes: ----------- - locus: The locus for which the SBT was performed. (optional) - test-id: Test ID as registered with the test-id-source. - test-id-source: A formal or formal test registry location. For example, this could be the NCBI GTR (specified as "GTR"), NMDP for tests registered directly with NMDP (specified as "NMDP), etc. (required if test-id is used) NMDP allows the following test-id-source values: (Note that this may change in future versions) * gtr: ID of kit registered with the NCBI Genetic Testing Registry. (Preferred) * nmdp-refid: ID of kit registered with NMDP. The cardinal sequence numbers of the registered probes in the kit will determine the score order. * probe-name: Fully qualified probe name. If this attribute is used, the scores attribute must contain exactly one score. (ex: "L0999.K1.V1.A9F-S11") |
QName | Type | Fixed | Default | Use | Inheritable | Annotation |
---|---|---|---|---|---|---|
locus | restriction of xs:string | optional | ||||
test-id | restriction of xs:string | optional | ||||
test-id-source | restriction of xs:string | optional |
Element | sbt-sanger |
<xs:complexType name="sbt-sanger"> <xs:annotation> <xs:documentation>Describes an SBT (sequence-based typing) that was performed using a Sanger technique. Children: --------- - amplification (not required, qty: 0 or 1) - sub-amplification (not required, qty: 0 or more) - gssp (not required, qty: 0 or more) Also allows an optional "property" element that may have nested/custom use data related to this typing-method. Attributes: ----------- - locus: The locus for which the SBT was performed. (optional) - test-id: Test ID as registered with the test-id-source. - test-id-source: A formal or formal test registry location. For example, this could be the NCBI GTR (specified as "GTR"), NMDP for tests registered directly with NMDP (specified as "NMDP), etc. (required if test-id is used) NMDP allows the following test-id-source values: (Note that this may change in future versions) * gtr: ID of kit registered with the NCBI Genetic Testing Registry. (Preferred) * nmdp-refid: ID of kit registered with NMDP. The cardinal sequence numbers of the registered probes in the kit will determine the score order. * probe-name: Fully qualified probe name. If this attribute is used, the scores attribute must contain exactly one score. (ex: "L0999.K1.V1.A9F-S11")</xs:documentation> </xs:annotation> <xs:sequence> <xs:element name="property" type="hmlns:property" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="amplification" type="hmlns:amplification" minOccurs="0" maxOccurs="1"/> <xs:element name="sub-amplification" type="hmlns:sub-amplification" minOccurs="0" maxOccurs="unbounded"/> <xs:element name="gssp" type="hmlns:gssp" minOccurs="0" maxOccurs="unbounded"/> </xs:sequence> <xs:attribute name="locus" use="optional"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="test-id" use="optional"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="test-id-source" use="optional"> <xs:simpleType> <xs:restriction base="xs:string"> <xs:minLength value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> </xs:complexType> |