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: lexs.gov/niem/niem-core/2.0/niem-core.xsd
Type: nc:PropertyType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:RoleOfItemReference [1..1]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 | 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 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>