j:DNATestType
complexType DNATestType in namespace http://release.niem.gov/niem/domains/jxdm/6.2/
Definition
A data type for a test of biologic material administered to identify or describe the contained genetic code, includes materials resulting in non-coding DNA or "Junk DNA" results.
Diagram
XML Schema
<xs:complexType name="DNATestType">
<xs:annotation>
<xs:documentation>
A data type for a test of biologic material administered to identify or describe the contained genetic code, includes materials resulting in non-coding DNA or "Junk DNA" results.</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="j:BiologicTestType">
<xs:sequence>
<xs:element ref="j:DNACollectionStatusAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="j:DNATestAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>