nc:Property
A tangible or intangible item that can be owned or used.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-constrained/niem-core/2.0/niem-core.xsd
Type: nc:PropertyType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfItemReference [0..*]An entity of whom the role object is a function.
- nc:PropertyCurrentResaleValue [0..*]An amount of money for which an item could currently be sold.
- nc:PropertyRecoveredValue [0..*]An amount of money a previously missing item is worth after having been found.
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
s:id | [0..1] | xsd:ID | The id attribute is used to define XML IDs for NIEM objects. These IDs may be targets of reference elements, metadata attributes, and link metadata attributes. | from type s:ComplexObjectType |
s:metadata | [0..1] | xsd:IDREFS | The attribute metadata allows an object to point to metadata that affects itself. | from type s:ComplexObjectType |
s:linkMetadata | [0..1] | xsd:IDREFS | The linkMetadata attribute allows an element to point to metadata that affects the relationship between the context and the value of the object. | from type s:ComplexObjectType |
Used in
- NIEM reference target from lexslib:ObjectReference
- NIEM reference target from lexslib:PayloadObjectReference
- NIEM reference target from lexslib:SameAsDigestReference
- Type lexsdigest:EntityAircraftType (Element lexsdigest:EntityAircraft)
- Type lexsdigest:EntityDrugType (Element lexsdigest:EntityDrug)
- Type lexsdigest:EntityExplosiveType (Element lexsdigest:EntityExplosive)
- Type lexsdigest:EntityFirearmType (Element lexsdigest:EntityFirearm)
- Type lexsdigest:EntityIntangibleItemType (Element lexsdigest:EntityIntangibleItem)
- Type lexsdigest:EntitySubstanceType (Element lexsdigest:EntitySubstance)
- Type lexsdigest:EntityTangibleItemType (Element lexsdigest:EntityTangibleItem)
- Type lexsdigest:EntityVehicleType (Element lexsdigest:EntityVehicle)
- Type lexsdigest:EntityVesselType (Element lexsdigest:EntityVessel)
Sample instance
<nc:Property> <nc:RoleOfItemReference s:ref="Item1"/> <nc:PropertyCurrentResaleValue> <nc:ItemValueAmount nc:currencyCode="USD">200</nc:ItemValueAmount> <nc:ItemValueDate> <nc:Date>2001-08-13</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>Used price</nc:ItemValueDescriptionText> </nc:PropertyCurrentResaleValue> <nc:PropertyRecoveredValue> <nc:ItemValueAmount nc:currencyCode="USD">200</nc:ItemValueAmount> <nc:ItemValueDate> <nc:Date>2001-08-13</nc:Date> </nc:ItemValueDate> <nc:ItemValueDescriptionText>Used price</nc:ItemValueDescriptionText> </nc:PropertyRecoveredValue> </nc:Property>