Step 3 — Define Attributes for the Tip Type

Initially, the list of attributes is empty. Now we will add the four attributes to hold information about the tip.

Press the button just below the list of attributes.

Adding an Attribute

Write title as the Name of this attribute, and select Short Text as its Type. When you have done this the dialog should look as shown above. Then press OK. You will see the new attribute appearing in the list of attributes.

Now add the three other attributes. They should be declared so the Tip type contains the four attributes shown in the following table.

Attribute Name

Type

title

Short Text

number

Integer

url

Short Text

description

Long Text

Attributes of the Tip Type


When you have added all four attributes, your type editor should look like this:

Type Editor after Addition of Attributes