When we decorate a class property using the Castle.ActiveRecord.PrimaryKeyAttribute with PrimaryKeyType.Sequence option, there's no way to define its schema name.
I thought that the sequence would be created at the same schema specified at the ActiveRecordAttribute, but I noticed that this assertive is not true.