NAME and ACCOUNT_NUMBER in the example below are elementary fields. CUSTOMER STRUCTURE. NAME DATATYPE IS TEXT SIZE IS 30 CHARACTERS. ACCOUNT_NUMBER DATATYPE IS UNSIGNED NUMERIC SIZE IS 7 CHARACTERS. END CUSTOMER STRUCTURE.