The basic format of a ConfigChunk is:
token Name { "name" } propertytoken { value1 value2 ... } ... end
The first line contains only the token of the ChunkDesc that this ConfigChunk uses (note that in general, where tokens of ChunkDescs or PropertyDescs are used, they are not put in quotes, though this would be allowed).
The second line should always be the Name property. This is followed by any other Property lines, and finally by end. Note that it is not strictly necessary to include all of the Properties defined in the Chunk's description. Those that are omitted will be filled in with default values (0, 0.0, false, ""). Omitted properties that allow variable numbers of values will start out with no values at all.