biom:DNAPedigreeType

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

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:DNAPedigreeIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeMemberIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeMemberStatusCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeSampleIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeFatherIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:DNAPedigreeMotherIdentification" 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>