biom:EFSTemporaryLineType
complexType EFSTemporaryLineType in namespace http://release.niem.gov/niem/domains/biometrics/5.0/
Definition
A data type that is used by a latent examiner to annotate a friction ridge image with temporary lines, generally for use as reference points in making a comparison. These lines are solely for the individual examiner's use and reference _ there
Diagram
XML Schema
<xs:complexType name="EFSTemporaryLineType">
<xs:annotation>
<xs:documentation>
A data type that is used by a latent examiner to annotate a friction ridge image with temporary lines, generally for use as reference points in making a comparison. These lines are solely for the individual examiner's use and reference _ there</xs:documentation>
</xs:annotation>
<xs:complexContent>
<xs:extension base="structures:ObjectType">
<xs:sequence>
<xs:element ref="biom:ImageFeatureVertex" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:FeatureLineColorValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:FeatureLineThicknessValue" minOccurs="0" maxOccurs="unbounded"/>
<xs:element ref="biom:EFSTemporaryLineAugmentationPoint" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>