biom:PhysicalMediaObject
A physical media containing a recording.
Element information
Namespace: http://release.niem.gov/niem/domains/biometrics/3.1/
Schema document: domains/biometrics/3.1/biom.xsd
Type: biom:PhysicalMediaObjectType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- biom:MediaCategoryText [0..*]A kind of media upon which a recording is stored.
- biom:RecordingSpeedRate [0..*]A rate of speed at which the physical media object must be played to reproduce the signal content.
- biom:RecordingSpeedUnitText [0..*]A unit of measure of the rate of speed at which the physical media object must be played to reproduce the signal content.
- biom:AudioEqualizationText [0..*]An equalization that should be applied for faithful rendering of a recording on a physical media object.
- biom:AudioTrackQuantity [0..*]A total number of recorded tracks on a physical media object.
- biom:SpeakerTrackList [0..*]A list of track IDs which carry speaker voices.
- biom:MediaCommentText [0..*]A comment used to describe a physical media object.
- biom:PhysicalMediaObjectAugmentationPointAbstract [0..*]An augmentation point for PhysicalMediaObject
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group biom:PhysicalMediaObjectAugmentationPoint
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 |
Used in
Sample instance
<biom:PhysicalMediaObject> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:MediaCategoryText>string</biom:MediaCategoryText> <biom:RecordingSpeedRate>1.0</biom:RecordingSpeedRate> <biom:RecordingSpeedUnitText>string</biom:RecordingSpeedUnitText> <biom:AudioEqualizationText>string</biom:AudioEqualizationText> <biom:AudioTrackQuantity>1</biom:AudioTrackQuantity> <biom:SpeakerTrackList> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:TrackID>1</biom:TrackID> <biom:TrackListAugmentationPoint>any content</biom:TrackListAugmentationPoint> </biom:SpeakerTrackList> <biom:MediaCommentText>string</biom:MediaCommentText> <biom:PhysicalMediaObjectAugmentationPoint>any content</biom:PhysicalMediaObjectAugmentationPoint> </biom:PhysicalMediaObject>