// =========================================
// StructuredDataDefSet
// =========================================
use StructuredDataDefSet;
set block XFILE_BLOCK_TEMP;
set string name;
set count defs defCount;

// StructuredDataDef
use StructuredDataDef;
set count enums enumCount;
set count structs structCount;
set count indexedArrays indexedArrayCount;
set count enumedArrays enumedArrayCount;

// StructuredDataEnum
set count StructuredDataEnum::entries entryCount;

// StructuredDataEnumEntry
set string StructuredDataEnumEntry::string;

// StructuredDataStruct
set count StructuredDataStruct::properties propertyCount;

// StructuredDataStructProperty
set string StructuredDataStructProperty::name;