biom:PhysicalFeatureDescriptionType

complexType PhysicalFeatureDescriptionType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/

Definition

A data type for a description of a physical feature

Diagram

XML Schema

<xs:complexType name="PhysicalFeatureDescriptionType">
<xs:annotation>
<xs:documentation>
A data type for a description of a physical feature
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="nc:PersonEyeColorAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonHairAppearanceText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PersonHairCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureColorDetail" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureCategoryAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureClassCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureSubClassCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureLocationText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureGeneralCategoryText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="nc:PhysicalFeatureDescriptionText" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:SourceExternalReferenceAbstract" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureDescriptionAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>