groove/iso_9692_1_2013_12/IGroove-0.1.0#

IGroove representation.

Outline

Schema Definitions

This type is an object with the following properties:

Examples

A simple I-Groove:

!<asdf://weldx.bam.de/weldx/tags/groove/iso_9692_1_2013_12/IGroove-0.1.0>
  t: !<asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.0> {value: 4, units: !<asdf://weldx.bam.de/weldx/tags/units/units-0.1.0> millimeter}
  b: !<asdf://weldx.bam.de/weldx/tags/units/quantity-0.1.0> {value: 4, units: !<asdf://weldx.bam.de/weldx/tags/units/units-0.1.0> millimeter}
  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: "asdf://weldx.bam.de/weldx/schemas/groove/iso_9692_1_2013_12/IGroove-0.1.0"

title: |
  IGroove representation.

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

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