ansi-nist:FaceImageFeaturePoint
A set of attributes describing facial feature points and their locations.
Element information
Namespace: http://niem.gov/niem/ansi-nist/2.0
Schema document: ansi-nist/2.0/ansi-nist.xsd
Type: ansi-nist:FaceImageFeaturePointType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- ansi-nist:FeaturePointHorizontalCoordinateValue [0..*] The X coordinate of a core or delta position of a biometric.
- ansi-nist:FeaturePointIdentification [0..*] Annex K code for a particular feature point.
- Choice [0..*]
- ansi-nist:FeaturePointCategoryCode Indicates the feature point type of the captured facial image.
- ansi-nist:FeaturePointCategoryText Text description indicating the type of feature point being described.
from subst. group ansi-nist:FeaturePointCategory - ansi-nist:FeaturePointVerticalCoordinateValue [0..*] The Y coordinate of a core or delta position of a biometric.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:ComplexObjectType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType | |
s:linkMetadata | [0..1] | xsd:IDREFS | from type s:ComplexObjectType |
Used in
- Type ansi-nist:FaceImageType (Element ansi-nist:FaceImage)
Sample instance
<ansi-nist:FaceImageFeaturePoint> <ansi-nist:FeaturePointHorizontalCoordinateValue>1.0</ansi-nist:FeaturePointHorizontalCoordinateValue> <ansi-nist:FeaturePointIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate> <nc:Date>2000-01-01</nc:Date> </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </ansi-nist:FeaturePointIdentification> <ansi-nist:FeaturePointCategoryCode>1</ansi-nist:FeaturePointCategoryCode> <ansi-nist:FeaturePointVerticalCoordinateValue>1.0</ansi-nist:FeaturePointVerticalCoordinateValue> </ansi-nist:FaceImageFeaturePoint>