j:ItemAugmentation
Additional information about an item.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.0
Schema document: domains/jxdm/4.0/jxdm.xsd
Content
- Sequence [1..1]
- j:ItemLotIdentification [0..*] This field is to be used to help identify a Lot of Stolen Property
- j:ItemSerialIdentificationRange [0..*] Identifying numbers inscribed on or attached to a consecutive lot of parts, collection of parts, or complete units. Assigned by the manufacturer
- j:ItemHazardousMaterialsContainerText [0..*] This field is used to describe the stolen chemical container
- j:ItemPartialLotCode [0..*] Indicates whether a stolen chemical represents a partial or complete shipment.
- j:ItemRecoveredAdditionalValue [0..*] Fair market value in whole dollars of other property recovered in addition to the property of record
- j:ItemRecoveredContrabandValue [0..*] Fair market value in whole dollars of any contraband recovered as a result of recovering the property of record
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 |
Substitution hierarchy
- s:Augmentation
- can be substituted with j:ItemAugmentation
Sample instance
<j:ItemAugmentation> <j:ItemLotIdentification> <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> </j:ItemLotIdentification> <j:ItemSerialIdentificationRange> <ansi-nist:MaximumRangeIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </ansi-nist:MaximumRangeIdentification> <ansi-nist:MinimumRangeIdentification> <nc:IdentificationID>string</nc:IdentificationID> <j:PersonIDCategoryCode>AF</j:PersonIDCategoryCode> <nc:IdentificationCategoryDescriptionText>string</nc:IdentificationCategoryDescriptionText> <nc:IdentificationEffectiveDate>... </nc:IdentificationEffectiveDate> <nc:IdentificationExpirationDate>... </nc:IdentificationExpirationDate> <j:DrivingJurisdictionAuthorityANSID20Code>AB</j:DrivingJurisdictionAuthorityANSID20Code> <nc:IdentificationSourceText>string</nc:IdentificationSourceText> </ansi-nist:MinimumRangeIdentification> </j:ItemSerialIdentificationRange> <j:ItemHazardousMaterialsContainerText>string</j:ItemHazardousMaterialsContainerText> <j:ItemPartialLotCode>C</j:ItemPartialLotCode> <j:ItemRecoveredAdditionalValue> <nc:ItemValueAmount>1.0</nc:ItemValueAmount> <nc:ItemValueAssigningMethodText>string</nc:ItemValueAssigningMethodText> <nc:ItemValueDate> <nc:Date>2000-01-01</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>string</nc:ItemValueDescriptionText> <nc:ItemValueTaxIncludedIndicator>true</nc:ItemValueTaxIncludedIndicator> <nc:ItemValueAssigner> <nc:EntityOrganizationReference/> </nc:ItemValueAssigner> </j:ItemRecoveredAdditionalValue> <j:ItemRecoveredContrabandValue> <nc:ItemValueAmount>1.0</nc:ItemValueAmount> <nc:ItemValueAssigningMethodText>string</nc:ItemValueAssigningMethodText> <nc:ItemValueDate> <nc:Date>2000-01-01</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>string</nc:ItemValueDescriptionText> <nc:ItemValueTaxIncludedIndicator>true</nc:ItemValueTaxIncludedIndicator> <nc:ItemValueAssigner> <nc:EntityOrganizationReference/> </nc:ItemValueAssigner> </j:ItemRecoveredContrabandValue> </j:ItemAugmentation>