Properties of interface

Refer to Interfaces chapter for detailed description.

Property Name

Allowed type / value

DSL Version

Required

Default Value

Description

name

name string

1

yes

Name of the interface.

description

string

1

no

Human readable description of the interface.

copyFieldsFrom

reference string

1

no

Interface definition from which fields need to be copied.

copyFieldsAliases

3

no

true

Control copy of the defined aliases when copyFieldsFrom property is used to copy fields from the other <interface>.

Extra child XML elements allowed:

XML Element

DSL Version

Description

<fields>

1

Wraps member fields.

<alias>

3

Alias names for other member fields. See Aliases for more info.

Last updated

Was this helpful?