cbrn:Characteristic
A description of an additional characteristic of something, such as a radiation instrument, detector, or item being inspected.
Element information
Namespace: http://release.niem.gov/niem/domains/cbrn/3.1/
Schema document: domains/cbrn/3.1/cbrn.xsd
Type: cbrn:CharacteristicType
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:CharacteristicName [1..1]A name of the Characteristic.
- cbrn:CharacteristicValueText [1..1]A value of a Characteristic.
- cbrn:CharacteristicValueUnitsText [1..1]A unit of measure of a CharacteristicValue.
- cbrn:CharacteristicValueDataClassCode [1..1]A data class of a CharacteristicValue.
- cbrn:CharacteristicAugmentationPointAbstract [0..*]An augmentation point for cbrn:CharacteristicType.
from type structures:ObjectTypefrom subst. group structures:ObjectAugmentationPointfrom type cbrn:RemarksComplexObjectTypefrom subst. group cbrn:RemarksComplexObjectAugmentationPointfrom subst. group cbrn:CharacteristicAugmentationPoint
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:valueDateTime | [1..1] | xsd:dateTime | A DateTime stamp for when a characteristic value was sampled. | |
cbrn:valueOutOfLimitsIndicator | [1..1] | xsd:boolean | True if the CharacteristicValue exceeds a control limit high or low value; false otherwise. |
Used in
- Type cbrn:CharacteristicGroupType (Element cbrn:CharacteristicGroup)
Sample instance
<cbrn:Characteristic cbrn:valueDateTime="2000-01-01T12:00:00" cbrn:valueOutOfLimitsIndicator="true"> <structures:ObjectAugmentationPoint>any content</structures:ObjectAugmentationPoint> <cbrn:RemarkText>string</cbrn:RemarkText> <cbrn:RemarksComplexObjectAugmentationPoint>any content</cbrn:RemarksComplexObjectAugmentationPoint> <cbrn:CharacteristicName>string</cbrn:CharacteristicName> <cbrn:CharacteristicValueText>string</cbrn:CharacteristicValueText> <cbrn:CharacteristicValueUnitsText>string</cbrn:CharacteristicValueUnitsText> <cbrn:CharacteristicValueDataClassCode>anyURI</cbrn:CharacteristicValueDataClassCode> <cbrn:CharacteristicAugmentationPoint>any content</cbrn:CharacteristicAugmentationPoint> </cbrn:Characteristic>