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

...

properties

...

no

...

list of
property definitions

...

An optional list of property definitions for the Capability Type.

...

attributes

...

no

...

list of

attribute definitions

...

An optional list of attribute definitions for the Capability Type.

...

valid_source_types

...

no

...

string[]

...

An optional list of one or more valid names of Node Types that are supported as valid sources of any relationship established to the declared Capability Type.

1.1.1.1.2     Grammar

Capability Types have following grammar:

<capability_type_name>:

  derived_from: <parent_capability_type_name>

  version: <version_number>

  description: <capability_description>

  properties:

    <property_definitions>

  attributes:

    <attribute_definitions>

  valid_source_types: [ <node type_names> ]

1.1.1.2        SDC Capability Type Definitions

...