nc:ItemBinary
A binary representation of an item.
Element information
Namespace: http://niem.gov/niem/niem-core/2.0
Schema document: niem-core/2.0/niem-core.xsd
Type: nc:BinaryType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- nc:BinaryID [0..*] An identifier that references a binary object.
- nc:BinaryAvailableLocationText [0..*] A physical or digital location of a binary object.
- nc:BinaryAvailableIndicator [0..*] True if a binary is available; false if it is not.
- Choice [0..*]
- nc:BinaryBase64Object A binary encoding of data.
- nc:BinaryHexObject A binary encoding of data.
- cbrn:BinaryUTF8Object A binary encoding of data in UTF8 form.
from subst. group nc:BinaryObject - nc:BinaryCaptureDate [0..*] A date on which a binary object is captured or created.
- nc:BinaryCapturer [0..*] An entity which captured or created a binary object.
- nc:BinaryDescriptionText [0..*] A description of a binary object.
- nc:BinaryFormatID [0..*] An identifier for a file format or content type of a binary object.
- nc:BinaryFormatStandardName [0..*] A name of a standard or protocol used to classify binary content.
- nc:BinaryLocationURI [0..*] A URL or file reference of a binary object.
- nc:BinarySizeValue [0..*] A size of a binary object in kilobytes.
- nc:BinaryCategoryText [0..*] A kind of object that has been encoded.
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
- NIEM reference target from j:EvidenceDocumentBinaryReference
- NIEM reference target from j:EvidenceItemBinaryReference
- Type nc:TangibleItemType (Element nc:TangibleItem)
- Type cbrn:ConveyanceType via extension of nc:TangibleItemType (Element cbrn:Conveyance)
- Type intel:TrainType via extension of nc:TangibleItemType (Element intel:Train)
- Type it:CustomsGoodsItemType via extension of nc:TangibleItemType (Element it:CustomsGoodsItem)
- Type it:EquipmentType via extension of nc:TangibleItemType (Element it:Equipment)
- Type it:GoodsItemType via extension of nc:TangibleItemType (Element it:GoodsItem)
- Type it:MaterialHandlingEquipmentType via extension of nc:TangibleItemType (Element it:MaterialHandlingEquipment)
- Type it:TransportEquipmentType via extension of nc:TangibleItemType (Element it:TransportEquipment)
- Type j:CommercialVehicleType via extension of nc:TangibleItemType (Element j:CommercialVehicle)
- Type j:VehicleType via extension of nc:TangibleItemType (Element j:Vehicle)
- Type m:CargoItemType via extension of nc:TangibleItemType (Element m:CargoItem)
- Type m:CargoType via extension of nc:TangibleItemType (Element m:Cargo)
- Type nc:AircraftType via extension of nc:TangibleItemType (Element nc:Aircraft)
- Type nc:CommercialVehicleType via extension of nc:TangibleItemType (Element nc:CommercialVehicle)
- Type nc:ComputerType via extension of nc:TangibleItemType (Element nc:Computer)
- Type nc:ConveyancePartType via extension of nc:TangibleItemType (Element nc:ConveyancePart)
- Type nc:DrugType via extension of nc:TangibleItemType (Element nc:Drug)
- Type nc:EngineType via extension of nc:TangibleItemType (Element nc:Engine)
- Type nc:ExplosiveType via extension of nc:TangibleItemType (Element nc:Explosive)
- Type nc:FirearmType via extension of nc:TangibleItemType (Element nc:Firearm)
- Type nc:JewelryStoneType via extension of nc:TangibleItemType (Element nc:JewelryStone)
- Type nc:JewelryType via extension of nc:TangibleItemType (Element nc:Jewelry)
- Type nc:RealEstateType via extension of nc:TangibleItemType (Element nc:RealEstate)
- Type nc:VesselType via extension of nc:TangibleItemType (Element nc:Vessel)
- Type scr:ConveyanceType via extension of nc:TangibleItemType (Element scr:Conveyance)
- Type it:ConsignmentItemType via extension of nc:TangibleItemType (Elements it:ConsignmentItem, it:ContainerCargoItem)
- Type it:ShippingContainerType via extension of nc:TangibleItemType (Elements it:Container, it:ShippingContainer)
- Type m:TransportEquipmentType via extension of nc:TangibleItemType (Elements m:ShippingContainer, m:TransportEquipment)
- Type nc:TelecommunicationDeviceType via extension of nc:TangibleItemType (Elements nc:SIMCard, nc:TelecommunicationDevice)
- Type nc:VehicleType via extension of nc:TangibleItemType (Elements nc:Vehicle, j:NonmotoristStrikingVehicle)
- Type it:CommodityType via extension of nc:TangibleItemType (Elements it:Commodity, it:CommodityInfo, it:LineCommodity)
- Type m:EquipmentType via extension of nc:TangibleItemType (Elements m:Equipment, m:VesselDeckEquipment, m:VesselElectronicEquipment)
- Type nc:ConveyanceType via extension of nc:TangibleItemType (Elements nc:Conveyance, it:TransportMeansConveyance, m:ConveyanceOnBoard)
- Type nc:SubstanceType via extension of nc:TangibleItemType (Elements nc:Chemical, nc:HazardousMaterial, nc:Substance)
Sample instance
<nc:ItemBinary> <nc:BinaryID>string</nc:BinaryID> <nc:BinaryAvailableLocationText>string</nc:BinaryAvailableLocationText> <nc:BinaryAvailableIndicator>true</nc:BinaryAvailableIndicator> <nc:BinaryBase64Object>GpM7</nc:BinaryBase64Object> <nc:BinaryCaptureDate> <nc:Date>2000-01-01</nc:Date> </nc:BinaryCaptureDate> <nc:BinaryCapturer> <nc:EntityOrganizationReference/> </nc:BinaryCapturer> <nc:BinaryDescriptionText>string</nc:BinaryDescriptionText> <nc:BinaryFormatID>string</nc:BinaryFormatID> <nc:BinaryFormatStandardName>string</nc:BinaryFormatStandardName> <nc:BinaryLocationURI>http://www.example.com/</nc:BinaryLocationURI> <nc:BinarySizeValue>1.0</nc:BinarySizeValue> <nc:BinaryCategoryText>string</nc:BinaryCategoryText> </nc:ItemBinary>