[next] [previous] [contents]

  Example 22-1: CDDL
  define record CDD$top.basic.strings
        description is
              /* test */.
        basicstrings structure.
              abc datatype is text size is 10.
              xyz datatype is varying string size is 16.
        end basicstrings structure.
  end strings.