cbrn:MultimediaData
A set of information about multimedia data - e.g., images, sound clips, movies, - regarding a measured item or a measurement environment.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:MultimediaDataType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- cbrn:RemarkText [0..*]A placeholder for comments intended to help the consumer of the data to understand better the information encapsulated by the parent element.
- cbrn:RemarksComplexObjectAugmentationPointAbstract [0..*]An augmentation point for cbrn:RemarksComplexObjectType.
- cbrn:MultimediaDataDescriptionText [0..1]A description of the contents or any other aspects of the multimedia data.
- cbrn:MultimediaCaptureStartDateTime [0..1]A date-time at which capture of the multimedia data was started.
- cbrn:MultimediaCaptureDuration [0..1]A total duration of time covered by the data recorded by a multimedia device.
- cbrn:MultimediaFileURI [0..1]A location of a file containing multimedia data, if the data are not included within the contents of a MultimediaData element.
- cbrn:MultimediaFileSizeValue [0..1]A multimedia file size in kilobytes (kB).
- cbrn:MultimediaDataMIMEKindText [0..1]A media type listed in http://www.iana.org/assignments/media-types/index.html. If the media type is not listed, then describe the media type using free-form text.
- cbrn:EncodingMIMEKindText [0..1]An encoding MIME type of a digital data file.
- cbrn:MultimediaDeviceCategoryCode [0..1]A kind of device that recorded an instance of multimedia data.
- cbrn:MultimediaDeviceID [0..1]A unique Identifier (e.g., serial number) of the device that recorded the multimedia data.
- Choice [0..1]
- cbrn:ImagePerspectiveCodeA code for the viewing perspective of the subject of an image captured as a digital data file.
- cbrn:ImagePerspectiveTextA description of the viewing perspective of the subject of an image captured as a digital data file.
from subst. group cbrn:ImagePerspective - nc:ImageWidthValue [0..1]A width of an image in pixels.
- nc:ImageHeightValue [0..1]A height of an image in pixels.
- Choice [0..1]
- cbrn:UTF8BinaryObjectTextA UTF8 binary encoding of data.
- nc:Base64BinaryObjectA base64 binary encoding of data.
- nc:HexBinaryObjectA hexadecimal binary encoding of data.
from subst. group nc:BinaryObject - cbrn:RadItemInformation [0..*]A set of information describing a measured item.
- cbrn:MultimediaDataAugmentationPointAbstract [0..*]An augmentation point for cbrn:MultimediaDataType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:MultimediaDataAugmentationPoint
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
structures:id | [0..1] | xsd:ID | from type structures:ObjectType | |
structures:ref | [0..1] | xsd:IDREF | from type structures:ObjectType | |
structures:metadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
structures:relationshipMetadata | [0..1] | xsd:IDREFS | from type structures:ObjectType | |
Any attribute | [0..*] | Namespace: urn:us:gov:ic:ism urn:us:gov:ic:ntk, Process Contents: lax | from type structures:ObjectType | |
cbrn:sequenceNumeric | [1..1] | xsd:positiveInteger | A processing order of multiple MultimediaData elements; the elements should be processed in increasing order of this value. |
Used in
- Type cbrn:RadInstrumentDataType (Element cbrn:RadInstrumentData)
Substitution hierarchy
- cbrn:RadInstrumentDataChoice
- can be substituted with cbrn:MultimediaData
Sample instance
<cbrn:MultimediaData cbrn:sequenceNumeric="1"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:MultimediaDataDescriptionText>string</cbrn:MultimediaDataDescriptionText> <cbrn:MultimediaCaptureStartDateTime>2000-01-01T12:00:00</cbrn:MultimediaCaptureStartDateTime> <cbrn:MultimediaCaptureDuration>P1Y2M3DT10H</cbrn:MultimediaCaptureDuration> <cbrn:MultimediaFileURI>http://www.example.com/</cbrn:MultimediaFileURI> <cbrn:MultimediaFileSizeValue>1</cbrn:MultimediaFileSizeValue> <cbrn:MultimediaDataMIMEKindText>string</cbrn:MultimediaDataMIMEKindText> <cbrn:EncodingMIMEKindText>string</cbrn:EncodingMIMEKindText> <cbrn:MultimediaDeviceCategoryCode>Audio</cbrn:MultimediaDeviceCategoryCode> <cbrn:MultimediaDeviceID>string</cbrn:MultimediaDeviceID> <cbrn:ImagePerspectiveCode>Bottom</cbrn:ImagePerspectiveCode> <nc:ImageWidthValue>1</nc:ImageWidthValue> <nc:ImageHeightValue>1</nc:ImageHeightValue> <cbrn:UTF8BinaryObjectText>string</cbrn:UTF8BinaryObjectText> <cbrn:RadItemInformation> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:RadItemDescriptionText>string</cbrn:RadItemDescriptionText> <cbrn:RadItemQuantity> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:RadItemQuantityValue>1.0</cbrn:RadItemQuantityValue> <cbrn:RadItemQuantityUncertaintyValue>1.0</cbrn:RadItemQuantityUncertaintyValue> <cbrn:RadItemQuantityUnitText>string</cbrn:RadItemQuantityUnitText> <cbrn:RadItemQuantityAugmentationPoint>any content</cbrn:RadItemQuantityAugmentationPoint> </cbrn:RadItemQuantity> <cbrn:RadItemMeasurementGeometryDescriptionText>string</cbrn:RadItemMeasurementGeometryDescriptionText> <cbrn:RadItemCharacteristics> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:CharacteristicGroup cbrn:groupOutOfLimitsIndicator="true">... </cbrn:CharacteristicGroup> <cbrn:CharacteristicsAugmentationPoint>any content</cbrn:CharacteristicsAugmentationPoint> </cbrn:RadItemCharacteristics> <cbrn:RadItemInformationAugmentationPoint>any content</cbrn:RadItemInformationAugmentationPoint> </cbrn:RadItemInformation> <cbrn:MultimediaDataAugmentationPoint>any content</cbrn:MultimediaDataAugmentationPoint> </cbrn:MultimediaData>