protected virtual ProcessSchema CreateConfItemAddressEventsProcessSchema()
        {
            var schema = new ConfItemAddressEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }