biom:LocusGenotypeProbabilityValueSimpleType
simpleType LocusGenotypeProbabilityValueSimpleType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/
Definition
A data type for an expression of the probability of an individual having these alleles at a single locus. This probability can be calculated by various formulas that consider if the locus is homozygous or heterozygous. The frequency of the individua
Diagram
XML Schema
<xs:simpleType name="LocusGenotypeProbabilityValueSimpleType">
<xs:annotation>
<xs:documentation>
A data type for an expression of the probability of an individual having these alleles at a single locus. This probability can be calculated by various formulas that consider if the locus is homozygous or heterozygous. The frequency of the individua</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</xs:restriction>
</xs:simpleType>