j:PropertyAugmentation
Additional information about a property item.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.0
Schema document: domains/jxdm/4.0/jxdm.xsd
Type: j:PropertyAugmentationType
Properties: Global, Qualified
NIEM properties:
- Applies to: nc:PropertyType
Content
- Sequence [1..1]
- Choice [0..*]
- j:PropertyDetailCode A feature or characteristic of a property item.
- j:PropertyDetailText A feature or characteristic of a property item.
from subst. group j:PropertyDetailValue - j:PropertyDetailDescription [0..*] A description of a feature or characteristic of a property item.
- j:PropertyFederalIdentification [0..*] A federal identifying number assigned to a property item.
- j:PropertyMissingValue [0..*] A monetary value or worth of a property item that is lost, stolen, being held, or is otherwise missing.
- j:PropertyNCICIdentification [0..*] A unique identifier assigned to a property item by the FBI National Crime Information Center.
- j:PropertyTotalDamageValue [0..*] A monetary value or worth of damage that occurred to a property item.
- j:PropertySightedIndicator [0..*] True if a piece of property has been sighted; false otherwise.
- Choice [0..*]
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:PropertyAugmentation
Sample instance
<j:PropertyAugmentation> <j:PropertyDetailCode>BBICYCL</j:PropertyDetailCode> <j:PropertyDetailDescription>string</j:PropertyDetailDescription> <j:PropertyFederalIdentification> <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:PropertyFederalIdentification> <j:PropertyMissingValue> <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:PropertyMissingValue> <j:PropertyNCICIdentification> <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:PropertyNCICIdentification> <j:PropertyTotalDamageValue> <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:PropertyTotalDamageValue> <j:PropertySightedIndicator>true</j:PropertySightedIndicator> </j:PropertyAugmentation>