biom:MedicalDevice
A medical device that may be implanted or otherwise attached to a subject
Element information
Namespace: http://release.niem.gov/niem/domains/biometrics/4.1/
Schema document: domains/biometrics/4.1/biom.xsd
Type: biom:DeviceType
Properties: Global, Qualified, Nillable
Content
- Sequence [1..1]
- structures:ObjectAugmentationPointAbstract [0..*]An augmentation point for ObjectType
- biom:DeviceID [0..*]An identifier for a capture device
- biom:DeviceName [0..*]A name of a biometric capture system or device
- biom:DeviceCategoryText [0..*]A kind of device type
- biom:DeviceManufacturerText [0..*]A kind of device manufacturer
- biom:DeviceDescriptionText [0..*]A description of a biometric capture device
- biom:DeviceMakeText [0..*]A make of an image capture device
- biom:DeviceModelText [0..*]A model of an image capture device
- biom:DeviceSerialNumberText [0..*]A serial number of the image capture device
- biom:DeviceVersionText [0..*]A version of the data generated by a biometric capture device
- biom:DeviceFirmwareVersionText [0..*]A text that describes the firmware version for the image capture equipment.
- biom:DeviceAugmentationPointAbstract [0..*]An augmentation point for Capture Device type
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom subst. group biom:DeviceAugmentationPoint
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:uri | [0..1] | xsd:anyURI | 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
- Type biom:ContextMediaDetailType (Element biom:ContextMediaDetail)
Sample instance
<biom:MedicalDevice> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <biom:DeviceID>string</biom:DeviceID> <biom:DeviceName>string</biom:DeviceName> <biom:DeviceCategoryText>string</biom:DeviceCategoryText> <biom:DeviceManufacturerText>string</biom:DeviceManufacturerText> <biom:DeviceDescriptionText>string</biom:DeviceDescriptionText> <biom:DeviceMakeText>string</biom:DeviceMakeText> <biom:DeviceModelText>string</biom:DeviceModelText> <biom:DeviceSerialNumberText>string</biom:DeviceSerialNumberText> <biom:DeviceVersionText>string</biom:DeviceVersionText> <biom:DeviceFirmwareVersionText>string</biom:DeviceFirmwareVersionText> <biom:DeviceAugmentationPoint>any content</biom:DeviceAugmentationPoint> </biom:MedicalDevice>