biom:PlantarImageQualityType
complexType PlantarImageQualityType in namespace http://release.niem.gov/niem/domains/biometrics/4.0/
Definition
A data type for a quality measure of a plantar image
Diagram
XML Schema
<xs:complexType name="PlantarImageQualityType">
<xs:annotation>
<xs:documentation>
A data type for a quality measure of a plantar image</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:PlantarPositionAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:QualityAlgorithmProductIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:QualityAlgorithmVendorIdentification" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:QualityValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PlantarImageQualityAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>