protected virtual ProcessSchema CreateDocumentTagEventsProcessSchema()
        {
            var schema = new DocumentTagEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public DocumentTagEventsProcessSchema(DocumentTagEventsProcessSchema source)
     : base(source)
 {
 }