biom:PhysicalFeatureColorDetailType

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

Definition

A data type for a description of the colors of a physical feature

Diagram

XML Schema

<xs:complexType name="PhysicalFeatureColorDetailType">
<xs:annotation>
<xs:documentation>
A data type for a description of the colors of a physical feature
</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:sequence>
<xs:element ref="biom:PhysicalFeaturePrimaryColorCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureSecondaryColorCode" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:PhysicalFeatureColorDetailAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>