biom:DNAElectropherogramType

complexType DNAElectropherogramType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/

Definition

A data type for a DNA electropherogram

Diagram

XML Schema

<xs:complexType name="DNAElectropherogramType">
<xs:annotation>
<xs:documentation>
A data type for a DNA electropherogram
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:DNAElectropherogramIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAElectropherogramFileStorageText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAElectropherogramDataDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAElectropherogramBinaryObject" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAElectropherogramScreenshotImage" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAElectropherogramAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>