Skip to content

Class: TestStandard

The precise standard used in executing a lab test, including the standard, and standard version, test method and variant, if needed.

URI: cim:TestStandard

 classDiagram
    class TestStandard
      IdentifiedObject <|-- TestStandard

      TestStandard : alias_name

      TestStandard : asset_analog

          TestStandard --> AssetAnalog : asset_analog

      TestStandard : asset_discrete

          TestStandard --> AssetDiscrete : asset_discrete

      TestStandard : asset_string

          TestStandard --> AssetStringMeasurement : asset_string

      TestStandard : description

      TestStandard : diagram_objects

          TestStandard --> DiagramObject : diagram_objects

      TestStandard : instance_set

          TestStandard --> InstanceSet : instance_set

      TestStandard : m_rid

      TestStandard : names

          TestStandard --> Name : names

      TestStandard : properties_cimdata_object

          TestStandard --> ChangeSetMember : properties_cimdata_object

      TestStandard : targeting_cimdata_object

          TestStandard --> ChangeSetMember : targeting_cimdata_object

      TestStandard : test_method

          TestStandard --> TestMethod : test_method

      TestStandard : test_standard_astm

          TestStandard --> ASTMStandard : test_standard_astm

      TestStandard : test_standard_cigre

          TestStandard --> CIGREStandard : test_standard_cigre

      TestStandard : test_standard_din

          TestStandard --> DINStandard : test_standard_din

      TestStandard : test_standard_doble

          TestStandard --> DobleStandard : test_standard_doble

      TestStandard : test_standard_epa

          TestStandard --> EPAStandard : test_standard_epa

      TestStandard : test_standard_iec

          TestStandard --> IECStandard : test_standard_iec

      TestStandard : test_standard_ieee

          TestStandard --> IEEEStandard : test_standard_ieee

      TestStandard : test_standard_iso

          TestStandard --> ISOStandard : test_standard_iso

      TestStandard : test_standard_laborelec

          TestStandard --> LaborelecStandard : test_standard_laborelec

      TestStandard : test_standard_tappi

          TestStandard --> TAPPIStandard : test_standard_tappi

      TestStandard : test_standard_ukministry_of_defence

          TestStandard --> UKMinistryOfDefenceStandard : test_standard_ukministry_of_defence

      TestStandard : test_standard_wep

          TestStandard --> WEPStandard : test_standard_wep

      TestStandard : test_variant

          TestStandard --> TestVariantKind : test_variant

Inheritance

Slots

Name Cardinality and Range Description Inheritance
test_method 0..1
TestMethod
Identification of test method used if multiple methods specified by test stan... direct
test_standard_astm 0..1
ASTMStandard
Which ASTM standard used to determine analog value result direct
test_standard_cigre 0..1
CIGREStandard
Which CIGRE standard used to determine analog value result direct
test_standard_din 0..1
DINStandard
Which DIN standard used to determine analog value result direct
test_standard_doble 0..1
DobleStandard
Which Doble standard used to determine analog value result direct
test_standard_epa 0..1
EPAStandard
Which EPA standard used to determine analog value result direct
test_standard_iec 0..1
IECStandard
Which IEC standard used to determine analog value result direct
test_standard_ieee 0..1
IEEEStandard
Which IEEE standard used to determine analog value result direct
test_standard_iso 0..1
ISOStandard
Which ISO standard used to determine analog value result direct
test_standard_laborelec 0..1
LaborelecStandard
Which Laborelec standard used to determine analog value result direct
test_standard_tappi 0..1
TAPPIStandard
Which TAPPI standard used to determine analog value result direct
test_standard_ukministry_of_defence 0..1
UKMinistryOfDefenceStandard
Which UK Ministry of Defence standard used to determine analog value result direct
test_standard_wep 0..1
WEPStandard
Which WEP standard used to determine analog value result direct
test_variant 0..1
TestVariantKind
Identification of variant of test method or standard if one is specified by t... direct
asset_string 0..*
AssetStringMeasurement
An asset health string related to this lab test standard direct
asset_analog 0..*
AssetAnalog
An asset health analog related to this lab test standard direct
asset_discrete 0..*
AssetDiscrete
An asset health discrete related to this lab test standard direct
alias_name 0..1
String
The aliasName is free text human readable name of the object alternative to I... IdentifiedObject
description 0..1
String
The description is a free human readable text describing or naming the object IdentifiedObject
m_rid 0..1
String
Master resource identifier issued by a model authority IdentifiedObject
diagram_objects 0..*
DiagramObject
The diagram objects that are associated with the domain object IdentifiedObject
instance_set 1..1
InstanceSet
Dataset containing the data objects IdentifiedObject
names 0..*
Name
All names of this identified object IdentifiedObject
properties_cimdata_object 0..1
ChangeSetMember
The single CIM data object in the appropriate dataset context IdentifiedObject
targeting_cimdata_object 0..*
ChangeSetMember
Data objects registered IdentifiedObject

Usages

used by used in type used
OilAnalysisMoistureAnalog test_standard range TestStandard
AssetAnalog test_standard range TestStandard
AssetStringMeasurement test_standard range TestStandard
AssetDiscrete test_standard range TestStandard
InspectionAnalog test_standard range TestStandard
AssetTemperaturePressureAnalog test_standard range TestStandard
OilAnalysisFluidDiscrete test_standard range TestStandard
InspectionDiscrete test_standard range TestStandard
OilAnalysisPCBDiscrete test_standard range TestStandard
OilAnalysisFluidAnalog test_standard range TestStandard
OilAnalysisGasAnalog test_standard range TestStandard
OilAnalysisPCBAnalog test_standard range TestStandard
OilAnalysisParticleDiscrete test_standard range TestStandard
OilAnalysisMetalsAnalog test_standard range TestStandard
OilAnalysisParticleAnalog test_standard range TestStandard
OilAnalysisPaperAnalog test_standard range TestStandard

Identifier and Mapping Information

Schema Source

  • from schema: https://cim.ucaiug.io/ns#TC57CIM

Mappings

Mapping Type Mapped Value
self cim:TestStandard
native cim:TestStandard

LinkML Source

Direct

name: TestStandard
description: The precise standard used in executing a lab test, including the standard,
  and standard version, test method and variant, if needed.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  test_method:
    name: test_method
    description: Identification of test method used if multiple methods specified
      by test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:TestStandard.testMethod
    multivalued: false
    domain_of:
    - MPMTestCategory
    - TestStandard
    range: TestMethod
    required: false
  test_standard_astm:
    name: test_standard_astm
    description: Which ASTM standard used to determine analog value result. Applies
      only if ASTM standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardASTM
    multivalued: false
    domain_of:
    - TestStandard
    range: ASTMStandard
    required: false
  test_standard_cigre:
    name: test_standard_cigre
    description: Which CIGRE standard used to determine analog value result. Applies
      only if CIGRE standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardCIGRE
    multivalued: false
    domain_of:
    - TestStandard
    range: CIGREStandard
    required: false
  test_standard_din:
    name: test_standard_din
    description: Which DIN standard used to determine analog value result. Applies
      only if DIN standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardDIN
    multivalued: false
    domain_of:
    - TestStandard
    range: DINStandard
    required: false
  test_standard_doble:
    name: test_standard_doble
    description: Which Doble standard used to determine analog value result. Applies
      only if Doble standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardDoble
    multivalued: false
    domain_of:
    - TestStandard
    range: DobleStandard
    required: false
  test_standard_epa:
    name: test_standard_epa
    description: Which EPA standard used to determine analog value result. Applies
      only if EPA standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardEPA
    multivalued: false
    domain_of:
    - TestStandard
    range: EPAStandard
    required: false
  test_standard_iec:
    name: test_standard_iec
    description: Which IEC standard used to determine analog value result. Applies
      only if IEC standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardIEC
    multivalued: false
    domain_of:
    - TestStandard
    range: IECStandard
    required: false
  test_standard_ieee:
    name: test_standard_ieee
    description: Which IEEE standard used to determine analog value result. Applies
      only if IEEE standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardIEEE
    multivalued: false
    domain_of:
    - TestStandard
    range: IEEEStandard
    required: false
  test_standard_iso:
    name: test_standard_iso
    description: Which ISO standard used to determine analog value result. Applies
      only if ISO standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardISO
    multivalued: false
    domain_of:
    - TestStandard
    range: ISOStandard
    required: false
  test_standard_laborelec:
    name: test_standard_laborelec
    description: Which Laborelec standard used to determine analog value result. Applies
      only if Laborelec standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardLaborelec
    multivalued: false
    domain_of:
    - TestStandard
    range: LaborelecStandard
    required: false
  test_standard_tappi:
    name: test_standard_tappi
    description: Which TAPPI standard used to determine analog value result. Applies
      only if TAPPI standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardTAPPI
    multivalued: false
    domain_of:
    - TestStandard
    range: TAPPIStandard
    required: false
  test_standard_ukministry_of_defence:
    name: test_standard_ukministry_of_defence
    description: Which UK Ministry of Defence standard used to determine analog value
      result. Applies only if UK Ministry of Defence standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardUKMinistryOfDefence
    multivalued: false
    domain_of:
    - TestStandard
    range: UKMinistryOfDefenceStandard
    required: false
  test_standard_wep:
    name: test_standard_wep
    description: Which WEP standard used to determine analog value result. Applies
      only if WEP standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardWEP
    multivalued: false
    domain_of:
    - TestStandard
    range: WEPStandard
    required: false
  test_variant:
    name: test_variant
    description: Identification of variant of test method or standard if one is specified
      by the standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testVariant
    multivalued: false
    domain_of:
    - TestStandard
    range: TestVariantKind
    required: false
  asset_string:
    name: asset_string
    description: An asset health string related to this lab test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.AssetString
    multivalued: true
    domain_of:
    - TestStandard
    range: AssetStringMeasurement
    required: false
  asset_analog:
    name: asset_analog
    description: An asset health analog related to this lab test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.AssetAnalog
    multivalued: true
    domain_of:
    - TestStandard
    range: AssetAnalog
    required: false
  asset_discrete:
    name: asset_discrete
    description: An asset health discrete related to this lab test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.AssetDiscrete
    multivalued: true
    domain_of:
    - TestStandard
    range: AssetDiscrete
    required: false
class_uri: cim:TestStandard

Induced

name: TestStandard
description: The precise standard used in executing a lab test, including the standard,
  and standard version, test method and variant, if needed.
from_schema: https://cim.ucaiug.io/ns#TC57CIM
rank: 1000
is_a: IdentifiedObject
attributes:
  test_method:
    name: test_method
    description: Identification of test method used if multiple methods specified
      by test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    slot_uri: cim:TestStandard.testMethod
    multivalued: false
    alias: test_method
    owner: TestStandard
    domain_of:
    - MPMTestCategory
    - TestStandard
    range: TestMethod
    required: false
  test_standard_astm:
    name: test_standard_astm
    description: Which ASTM standard used to determine analog value result. Applies
      only if ASTM standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardASTM
    multivalued: false
    alias: test_standard_astm
    owner: TestStandard
    domain_of:
    - TestStandard
    range: ASTMStandard
    required: false
  test_standard_cigre:
    name: test_standard_cigre
    description: Which CIGRE standard used to determine analog value result. Applies
      only if CIGRE standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardCIGRE
    multivalued: false
    alias: test_standard_cigre
    owner: TestStandard
    domain_of:
    - TestStandard
    range: CIGREStandard
    required: false
  test_standard_din:
    name: test_standard_din
    description: Which DIN standard used to determine analog value result. Applies
      only if DIN standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardDIN
    multivalued: false
    alias: test_standard_din
    owner: TestStandard
    domain_of:
    - TestStandard
    range: DINStandard
    required: false
  test_standard_doble:
    name: test_standard_doble
    description: Which Doble standard used to determine analog value result. Applies
      only if Doble standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardDoble
    multivalued: false
    alias: test_standard_doble
    owner: TestStandard
    domain_of:
    - TestStandard
    range: DobleStandard
    required: false
  test_standard_epa:
    name: test_standard_epa
    description: Which EPA standard used to determine analog value result. Applies
      only if EPA standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardEPA
    multivalued: false
    alias: test_standard_epa
    owner: TestStandard
    domain_of:
    - TestStandard
    range: EPAStandard
    required: false
  test_standard_iec:
    name: test_standard_iec
    description: Which IEC standard used to determine analog value result. Applies
      only if IEC standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardIEC
    multivalued: false
    alias: test_standard_iec
    owner: TestStandard
    domain_of:
    - TestStandard
    range: IECStandard
    required: false
  test_standard_ieee:
    name: test_standard_ieee
    description: Which IEEE standard used to determine analog value result. Applies
      only if IEEE standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardIEEE
    multivalued: false
    alias: test_standard_ieee
    owner: TestStandard
    domain_of:
    - TestStandard
    range: IEEEStandard
    required: false
  test_standard_iso:
    name: test_standard_iso
    description: Which ISO standard used to determine analog value result. Applies
      only if ISO standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardISO
    multivalued: false
    alias: test_standard_iso
    owner: TestStandard
    domain_of:
    - TestStandard
    range: ISOStandard
    required: false
  test_standard_laborelec:
    name: test_standard_laborelec
    description: Which Laborelec standard used to determine analog value result. Applies
      only if Laborelec standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardLaborelec
    multivalued: false
    alias: test_standard_laborelec
    owner: TestStandard
    domain_of:
    - TestStandard
    range: LaborelecStandard
    required: false
  test_standard_tappi:
    name: test_standard_tappi
    description: Which TAPPI standard used to determine analog value result. Applies
      only if TAPPI standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardTAPPI
    multivalued: false
    alias: test_standard_tappi
    owner: TestStandard
    domain_of:
    - TestStandard
    range: TAPPIStandard
    required: false
  test_standard_ukministry_of_defence:
    name: test_standard_ukministry_of_defence
    description: Which UK Ministry of Defence standard used to determine analog value
      result. Applies only if UK Ministry of Defence standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardUKMinistryOfDefence
    multivalued: false
    alias: test_standard_ukministry_of_defence
    owner: TestStandard
    domain_of:
    - TestStandard
    range: UKMinistryOfDefenceStandard
    required: false
  test_standard_wep:
    name: test_standard_wep
    description: Which WEP standard used to determine analog value result. Applies
      only if WEP standard used.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testStandardWEP
    multivalued: false
    alias: test_standard_wep
    owner: TestStandard
    domain_of:
    - TestStandard
    range: WEPStandard
    required: false
  test_variant:
    name: test_variant
    description: Identification of variant of test method or standard if one is specified
      by the standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.testVariant
    multivalued: false
    alias: test_variant
    owner: TestStandard
    domain_of:
    - TestStandard
    range: TestVariantKind
    required: false
  asset_string:
    name: asset_string
    description: An asset health string related to this lab test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.AssetString
    multivalued: true
    alias: asset_string
    owner: TestStandard
    domain_of:
    - TestStandard
    range: AssetStringMeasurement
    required: false
  asset_analog:
    name: asset_analog
    description: An asset health analog related to this lab test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.AssetAnalog
    multivalued: true
    alias: asset_analog
    owner: TestStandard
    domain_of:
    - TestStandard
    range: AssetAnalog
    required: false
  asset_discrete:
    name: asset_discrete
    description: An asset health discrete related to this lab test standard.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:TestStandard.AssetDiscrete
    multivalued: true
    alias: asset_discrete
    owner: TestStandard
    domain_of:
    - TestStandard
    range: AssetDiscrete
    required: false
  alias_name:
    name: alias_name
    description: "The aliasName is free text human readable name of the object alternative\
      \ to IdentifiedObject.name. It may be non unique and may not correlate to a\
      \ naming hierarchy.\r\nThe attribute aliasName is retained because of backwards\
      \ compatibility between CIM relases. It is however recommended to replace aliasName\
      \ with the Name class as aliasName is planned for retirement at a future time.\r\
      \n\r\n"
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.aliasName
    multivalued: false
    alias: alias_name
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    range: string
    required: false
  description:
    name: description
    description: The description is a free human readable text describing or naming
      the object. It may be non unique and may not correlate to a naming hierarchy.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.description
    multivalued: false
    alias: description
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    - NameType
    - NameTypeAuthority
    - DataSet
    - SwitchingStepGroup
    - AreaReserveSpec
    range: string
    required: false
  m_rid:
    name: m_rid
    description: "Master resource identifier issued by a model authority. The mRID\
      \ is unique within an exchange context. Global uniqueness is easily achieved\
      \ by using a UUID, as specified in RFC 4122, for the mRID. The use of UUID is\
      \ strongly recommended.\r\nFor CIMXML data files in RDF syntax conforming to\
      \ IEC 61970-552, the mRID is mapped to rdf:ID or rdf:about attributes that identify\
      \ CIM object elements."
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.mRID
    multivalued: false
    alias: m_rid
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    - DataSet
    range: string
    required: false
  diagram_objects:
    name: diagram_objects
    description: The diagram objects that are associated with the domain object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.DiagramObjects
    multivalued: true
    alias: diagram_objects
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    range: DiagramObject
    required: false
  instance_set:
    name: instance_set
    description: Dataset containing the data objects.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.InstanceSet
    multivalued: false
    alias: instance_set
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    range: InstanceSet
    required: true
  names:
    name: names
    description: All names of this identified object.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.Names
    multivalued: true
    alias: names
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    - NameType
    range: Name
    required: false
  properties_cimdata_object:
    name: properties_cimdata_object
    description: The single CIM data object in the appropriate dataset context.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.PropertiesCIMDataObject
    multivalued: false
    alias: properties_cimdata_object
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
  targeting_cimdata_object:
    name: targeting_cimdata_object
    description: Data objects registered.
    from_schema: https://cim.ucaiug.io/ns#TC57CIM
    rank: 1000
    slot_uri: cim:IdentifiedObject.TargetingCIMDataObject
    multivalued: true
    alias: targeting_cimdata_object
    owner: TestStandard
    domain_of:
    - IdentifiedObject
    range: ChangeSetMember
    required: false
class_uri: cim:TestStandard