biom:PhysicalFeatureSizeType

complexType PhysicalFeatureSizeType in namespace http://release.niem.gov/niem/domains/biometrics/4.2/

Definition

A data type for a size of a physical feature

Diagram

XML Schema

<xs:complexType name="PhysicalFeatureSizeType">
<xs:annotation>
<xs:documentation>
A data type for a size of a physical feature
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:PhysicalFeatureHeightMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureWidthMeasure" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureSizeAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>