groove/iso_9692_1_2013_12/IGroove-1.0.0

IGroove representation.

Outline

Schema Definitions

This type is an object with the following properties:

Examples

A simple I-Groove:

!<tag:weldx.bam.de:weldx/groove/iso_9692_1_2013_12/IGroove-1.0.0>
  t: !unit/quantity-1.1.0 {unit: millimeter, value: 4}
  b: !unit/quantity-1.1.0 {unit: millimeter, value: 4}
  code_number: [1.2.1, 1.2.2, '2.1']

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://weldx.bam.de/schemas/weldx/groove/iso_9692_1_2013_12/IGroove-1.0.0"
tag: "tag:weldx.bam.de:weldx/groove/iso_9692_1_2013_12/IGroove-1.0.0"

title: |
  IGroove representation.

examples:
  -
    - A simple I-Groove
    - |
      !<tag:weldx.bam.de:weldx/groove/iso_9692_1_2013_12/IGroove-1.0.0>
        t: !unit/quantity-1.1.0 {unit: millimeter, value: 4}
        b: !unit/quantity-1.1.0 {unit: millimeter, value: 4}
        code_number: [1.2.1, 1.2.2, '2.1']

type: object
properties:
  t:
    $ref: "../terms-1.0.0#/definitions/workpiece-thickness"
  b:
    $ref: "../terms-1.0.0#/definitions/root-gap"
required: [t, b]
propertyOrder: [t, b]
...