biom:DNAPedigreeType

complexType DNAPedigreeType in namespace http://release.niem.gov/niem/domains/biometrics/4.1/

Definition

A data type for a description of a pedigree originating and held at a DNA laboratory

Diagram

XML Schema

<xs:complexType name="DNAPedigreeType">
<xs:annotation>
<xs:documentation>
A data type for a description of a pedigree originating and held at a DNA laboratory
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:DNAPedigreeID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeMemberIndexNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeMemberStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeSampleID" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeFatherIndexNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeMotherIndexNumeric" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeCommentText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>