Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

1.1.1.

...

1.1.1.1.1     Keynames

...

Keyname

...

Required

...

Type

...

Description

...

constraints

...

no

...

list of

constraint clauses

...

The optional list of sequenced constraint clauses for the Data Type. 

...

properties

...

no

...

list of

property definitions

...

The optional list property definitions that comprise the schema for a complex Data Type in TOSCA.

1.1.1.1.2     Grammar

Data Types have the following grammar:

<data_type_name>:

  derived_from: <existing_type_name>

  version: <version_number>

  metadata:

    <map of string>

  description: <datatype_description>

  constraints:

    - <type_constraints>

  properties:

    <property_definitions>

1.1.1.2        SDC Data Type Definitions

...