Skip to content

Class: ConformityAssessmentScheme

set of rules and procedures that describes the objects of conformity assessment, identifies the specified requirements and provides the methodology for performing conformity assessment (ISO/IEC 17000:2020)

URI: cap:ConformityAssessmentScheme

 classDiagram
    class ConformityAssessmentScheme
    click ConformityAssessmentScheme href "../ConformityAssessmentScheme"
      ConformityAssessmentScheme : id




    ConformityAssessmentScheme --> "1" String : id
    click String href "../String"


      ConformityAssessmentScheme : owner




    ConformityAssessmentScheme --> "1" SchemeOwner : owner
    click SchemeOwner href "../SchemeOwner"


      ConformityAssessmentScheme : object




    ConformityAssessmentScheme --> "1..*" String : object
    click String href "../String"


      ConformityAssessmentScheme : procedure




    ConformityAssessmentScheme --> "*" String : procedure
    click String href "../String"


      ConformityAssessmentScheme : specified_requirement




    ConformityAssessmentScheme --> "*" String : specified_requirement
    click String href "../String"


Slots

Name Cardinality and Range Description Inheritance
id 1
xsd:string or 
xsd:anyURI
a name, series of numbers, etc direct
owner 1
SchemeOwner
responsible party for the development and maintenance direct
object 1..*
xsd:string or 
xsd:anyURI
entity to which specified requirements apply (ISO/IEC 17000:2020) direct
procedure *
xsd:string or 
xsd:anyURI
specified way to carry out an activity or a process (ISO/IEC 17000:2020) direct
specified_requirement *
xsd:string or 
xsd:anyURI
need or expectation that is stated (ISO/IEC 17000:2020) direct

Usages

used by used in type used
Accreditation conformity_assessment_scheme range ConformityAssessmentScheme

Aliases

Identifier and Mapping Information

Schema Source

  • from schema: ConformityAssessment

Mappings

Mapping Type Mapped Value
self cap:ConformityAssessmentScheme
native cap:ConformityAssessmentScheme

LinkML Source

Direct

name: ConformityAssessmentScheme
description: set of rules and [procedures](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.2)
  that describes the [objects of conformity assessment](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.2),
  identifies the [specified requirements](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.1)
  and provides the methodology for performing [conformity assessment](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.1)
  (ISO/IEC 17000:2020)
from_schema: ConformityAssessment
aliases:
- '[conformity assessment program (ISO/IEC 17000:2020)](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.9)'
rank: 1000
slots:
- id
- owner
- object
slot_usage:
  owner:
    name: owner
    range: SchemeOwner
    required: true
  object:
    name: object
    required: true
    multivalued: true
attributes:
  procedure:
    name: procedure
    description: specified way to carry out an activity or a process (ISO/IEC 17000:2020)
    from_schema: ConformityAssessment
    rank: 1000
    domain_of:
    - ConformityAssessmentScheme
    multivalued: true
    any_of:
    - range: uri
  specified_requirement:
    name: specified_requirement
    description: need or expectation that is stated (ISO/IEC 17000:2020)
    from_schema: ConformityAssessment
    rank: 1000
    domain_of:
    - ConformityAssessmentScheme
    multivalued: true
    any_of:
    - range: uri

Induced

name: ConformityAssessmentScheme
description: set of rules and [procedures](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.2)
  that describes the [objects of conformity assessment](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.2),
  identifies the [specified requirements](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.1)
  and provides the methodology for performing [conformity assessment](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.1)
  (ISO/IEC 17000:2020)
from_schema: ConformityAssessment
aliases:
- '[conformity assessment program (ISO/IEC 17000:2020)](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.9)'
rank: 1000
slot_usage:
  owner:
    name: owner
    range: SchemeOwner
    required: true
  object:
    name: object
    required: true
    multivalued: true
attributes:
  procedure:
    name: procedure
    description: specified way to carry out an activity or a process (ISO/IEC 17000:2020)
    from_schema: ConformityAssessment
    rank: 1000
    alias: procedure
    owner: ConformityAssessmentScheme
    domain_of:
    - ConformityAssessmentScheme
    range: string
    multivalued: true
    any_of:
    - range: uri
  specified_requirement:
    name: specified_requirement
    description: need or expectation that is stated (ISO/IEC 17000:2020)
    from_schema: ConformityAssessment
    rank: 1000
    alias: specified_requirement
    owner: ConformityAssessmentScheme
    domain_of:
    - ConformityAssessmentScheme
    range: string
    multivalued: true
    any_of:
    - range: uri
  id:
    name: id
    description: 'a name, series of numbers, etc. that is used in a system to represent
      someone or something.

      Examples: [W3C DID](https://www.w3.org/TR/did-core/), [IETF UUID7](https://www.ietf.org/archive/id/draft-peabody-dispatch-new-uuid-format-04.html#name-uuid-version-7)'
    from_schema: ConformityAssessment
    exact_mappings:
    - schema:identifier
    rank: 1000
    identifier: true
    alias: id
    owner: ConformityAssessmentScheme
    domain_of:
    - ConformityAssessmentScheme
    - Party
    - Statement
    range: string
    required: true
    any_of:
    - range: uri
  owner:
    name: owner
    description: responsible party for the development and maintenance
    from_schema: ConformityAssessment
    rank: 1000
    alias: owner
    owner: ConformityAssessmentScheme
    domain_of:
    - ConformityAssessmentScheme
    range: SchemeOwner
    required: true
  object:
    name: object
    description: entity to which [specified requirements](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:5.1)
      apply (ISO/IEC 17000:2020)
    from_schema: ConformityAssessment
    aliases:
    - '[object of conformity assessment (ISO/IEC 17000:2020)](https://www.iso.org/obp/ui/#iso:std:iso-iec:17000:ed-2:v2:en:term:4.2)'
    rank: 1000
    alias: object
    owner: ConformityAssessmentScheme
    domain_of:
    - ConformityAssessmentScheme
    - Statement
    range: string
    required: true
    multivalued: true
    any_of:
    - range: uri