j:PropertyMissingValue
A monetary value or worth of a property item that is lost, stolen, being held, or is otherwise missing.
Element information
Namespace: http://niem.gov/niem/domains/jxdm/4.0
Schema document: domains/jxdm/4.0/jxdm.xsd
Type: nc:ItemValueType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:ItemValueAmount [0..*] A monetary value of an item.
- nc:ItemValueAssigningMethodText [0..*] A method used to assign a value to an item.
- nc:ItemValueDate [0..*] A date an item value takes effect.
- nc:ItemValueDescriptionText [0..*] A description of the monetary worth of an item.
- nc:ItemValueTaxIncludedIndicator [0..*] True if taxes were included in the item value; false otherwise.
- nc:ItemValueAssigner [0..*] An entity which assigns a value to an item.
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 j:PropertyAugmentationType (Element j:PropertyAugmentation)
Sample instance
<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>