nc:DeviceStoredVideoBinary
A video file stored on a computer.
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.
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:ComputerType (Element nc:Computer)
- Type nc:TelecommunicationDeviceType (Elements nc:SIMCard, nc:TelecommunicationDevice)
Sample instance
<nc:DeviceStoredVideoBinary> <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:DeviceStoredVideoBinary>