j:ImageAugmentation
Additional information about an image.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.1
Schema document: domains/jxdm/4.1/jxdm.xsd
Content
- Sequence [1..1]
- j:ImageFacialText [0..*] A facial adornment or hair piece that appears in an image.
- j:ImageJuvenileIndicator [0..*] True if an image is of a juvenile; false otherwise.
- j:ImageNCICIdentification [0..*] A unique identifier assigned to an Image by the FBI National Crime Information Center.
- Choice [0..*]
- j:ImagePoseCode An angle of a person's face in a photograph.
- j:ImagePoseText An angle of a person's face in a photograph.
from subst. group j:ImagePose - j:ImageCategoryCode [0..*] A kind of image that that has been taken.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | from type s:AugmentationType | |
s:metadata | [0..1] | xsd:IDREFS | from type s:AugmentationType |
Used in
- Type j:ImageType (Element j:Image)
Substitution hierarchy
- s:Augmentation
- can be substituted with j:ImageAugmentation
Sample instance
<j:ImageAugmentation> <j:ImageFacialText>string</j:ImageFacialText> <j:ImageJuvenileIndicator>true</j:ImageJuvenileIndicator> <j:ImageNCICIdentification> <nc:IdentificationID>string</nc:IdentificationID> <nc:IdentificationCategoryText>string</nc:IdentificationCategoryText> <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> <nc:IdentificationJurisdictionFIPS10-4Code>KS</nc:IdentificationJurisdictionFIPS10-4Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </j:ImageNCICIdentification> <j:ImagePoseCode>Oblique</j:ImagePoseCode> <j:ImageCategoryCode>F</j:ImageCategoryCode> </j:ImageAugmentation>